diff --git a/src/components/select/select.vue b/src/components/select/select.vue index 269723e..e9a7715 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -187,6 +187,9 @@ size: { validator (value) { return oneOf(value, ['small', 'large', 'default']); + }, + default () { + return this.$IVIEW.size === '' ? 'default' : this.$IVIEW.size; } }, labelInValue: { -- libgit2 0.21.4