mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-22 04:10:36 +03:00
fix: fix inputClass type (#374)
This commit is contained in:
@@ -195,7 +195,6 @@ export default {
|
|||||||
default: 'date'
|
default: 'date'
|
||||||
},
|
},
|
||||||
inputClass: {
|
inputClass: {
|
||||||
type: [String, Array],
|
|
||||||
default: 'mx-input'
|
default: 'mx-input'
|
||||||
},
|
},
|
||||||
inputAttr: Object,
|
inputAttr: Object,
|
||||||
|
|||||||
Reference in New Issue
Block a user