1
0
mirror of synced 2024-11-22 05:16:05 +03:00

Adds support for numbers to initial prop

This commit is contained in:
Justin Schroeder 2018-02-15 23:30:06 -05:00
parent 902714c1d4
commit 3a9b1093db
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,7 @@ export default {
required: true
},
initial: {
type: [String, Boolean],
type: [String, Number, Boolean],
default: false
},
validation: {