Update tag.vue
This commit is contained in:
parent
4c6d996226
commit
fd79f102db
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
[`${prefixCls}-${this.color}`]: !!this.color && (this.checkable && this.isChecked),
|
||||
[`${prefixCls}-${this.type}`]: !!this.type,
|
||||
[`${prefixCls}-closable`]: this.closable,
|
||||
[`${prefixCls}-checkable`]: this.checkable
|
||||
[`${prefixCls}-checked`]: this.isChecked
|
||||
}
|
||||
];
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue