InputNumber support global setting
This commit is contained in:
parent
a7e1c2d66b
commit
8546804290
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@
|
|||
size: {
|
||||
validator (value) {
|
||||
return oneOf(value, ['small', 'large', 'default']);
|
||||
},
|
||||
default () {
|
||||
return this.$IVIEW.size === '' ? 'default' : this.$IVIEW.size;
|
||||
}
|
||||
},
|
||||
disabled: {
|
||||
|
|
Loading…
Add table
Reference in a new issue