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