diff --git a/src/components/select/select.vue b/src/components/select/select.vue index 2fb6f6d1..2d9ab874 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -231,7 +231,10 @@ }, elementId: { type: String - } + }, + transferClassName: { + type: String + }, }, mounted(){ this.$on('on-select-selected', this.onOptionClick); @@ -286,6 +289,7 @@ [prefixCls + '-dropdown-transfer']: this.transfer, [prefixCls + '-multiple']: this.multiple && this.transfer, ['ivu-auto-complete']: this.autoComplete, + [this.transferClassName]: this.transferClassName }; }, selectionCls () {