|
|
|
@ -16,13 +16,13 @@ Tag for categorizing or markup.
|
|
|
|
|
|
|
|
|
|
### Tag
|
|
|
|
|
|
|
|
|
|
| Property | Description | Type | Default | Version |
|
|
|
|
|
| ---------------- | -------------------------------- | ------------------- | ------- | ------- |
|
|
|
|
|
| closable | Whether the Tag can be closed | boolean | `false` | |
|
|
|
|
|
| closeIcon | Custom close icon | VNode \| #closeIcon | - | 2.0.0 |
|
|
|
|
|
| color | Color of the Tag | string | - | |
|
|
|
|
|
| icon | Set the icon of tag | VNode \| #icon | - | 2.0.0 |
|
|
|
|
|
| visible(v-model) | Whether the Tag is closed or not | boolean | `true` | |
|
|
|
|
|
| Property | Description | Type | Default | Version |
|
|
|
|
|
| ---------------- | -------------------------------- | ------------- | ------- | ------- |
|
|
|
|
|
| closable | Whether the Tag can be closed | boolean | `false` | |
|
|
|
|
|
| closeIcon | Custom close icon | VNode \| slot | - | 2.0.0 |
|
|
|
|
|
| color | Color of the Tag | string | - | |
|
|
|
|
|
| icon | Set the icon of tag | VNode \| slot | - | 2.0.0 |
|
|
|
|
|
| visible(v-model) | Whether the Tag is closed or not | boolean | `true` | |
|
|
|
|
|
|
|
|
|
|
### Tag Events
|
|
|
|
|
|
|
|
|
|