fix: inputNumber default value => null
This commit is contained in:
parent
d0bd2b5dfb
commit
7eeb649530
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
},
|
||||
value: {
|
||||
type: Number,
|
||||
default: 1
|
||||
default: null,
|
||||
},
|
||||
size: {
|
||||
validator (value) {
|
||||
|
|
Loading…
Add table
Reference in a new issue