Adds support for numbers to initial prop
This commit is contained in:
parent
902714c1d4
commit
3a9b1093db
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -112,7 +112,7 @@ export default {
|
|||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
initial: {
|
initial: {
|
||||||
type: [String, Boolean],
|
type: [String, Number, Boolean],
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
validation: {
|
validation: {
|
||||||
|
Loading…
Reference in New Issue
Block a user