Select support global setting

This commit is contained in:
梁灏 2018-06-28 14:13:31 +08:00
parent 486116265d
commit be2c319831

View file

@ -187,6 +187,9 @@
size: {
validator (value) {
return oneOf(value, ['small', 'large', 'default']);
},
default () {
return this.$IVIEW.size === '' ? 'default' : this.$IVIEW.size;
}
},
labelInValue: {