Update tag.vue

This commit is contained in:
Aresn 2017-10-23 03:57:05 -05:00 committed by GitHub
parent 4c6d996226
commit fd79f102db

View file

@ -54,7 +54,7 @@
[`${prefixCls}-${this.color}`]: !!this.color && (this.checkable && this.isChecked), [`${prefixCls}-${this.color}`]: !!this.color && (this.checkable && this.isChecked),
[`${prefixCls}-${this.type}`]: !!this.type, [`${prefixCls}-${this.type}`]: !!this.type,
[`${prefixCls}-closable`]: this.closable, [`${prefixCls}-closable`]: this.closable,
[`${prefixCls}-checkable`]: this.checkable [`${prefixCls}-checked`]: this.isChecked
} }
]; ];
}, },