mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-27 16:14:00 +00:00
Fix input number not accepting numbers #67
This commit is contained in:
parent
e374ffeb72
commit
640df24ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
props: {
|
||||
value: String,
|
||||
value: [String, Number],
|
||||
disabled: Boolean,
|
||||
required: Boolean,
|
||||
maxlength: [Number, String],
|
||||
|
|
|
|||
Loading…
Reference in a new issue