Commit fd79f102dbbd15a2b6f62100c071cb1f0f1a688c
Committed by
GitHub
1 parent
4c6d9962
Update tag.vue
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/tag/tag.vue
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | [`${prefixCls}-${this.color}`]: !!this.color && (this.checkable && this.isChecked), |
55 | 55 | [`${prefixCls}-${this.type}`]: !!this.type, |
56 | 56 | [`${prefixCls}-closable`]: this.closable, |
57 | - [`${prefixCls}-checkable`]: this.checkable | |
57 | + [`${prefixCls}-checked`]: this.isChecked | |
58 | 58 | } |
59 | 59 | ]; |
60 | 60 | }, | ... | ... |