File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ Tag for categorizing or markup.
16
16
17
17
### Tag
18
18
19
- | Property | Description | Type | Default | Version |
20
- | ---------------- | -------------------------------- | ------------------- | ------- | ------- |
21
- | closable | Whether the Tag can be closed | boolean | ` false ` | |
22
- | closeIcon | Custom close icon | VNode \| #closeIcon | - | 2.0.0 |
23
- | color | Color of the Tag | string | - | |
24
- | icon | Set the icon of tag | VNode \| #icon | - | 2.0.0 |
25
- | visible(v-model) | Whether the Tag is closed or not | boolean | ` true ` | |
19
+ | Property | Description | Type | Default | Version |
20
+ | ---------------- | -------------------------------- | ------------- | ------- | ------- |
21
+ | closable | Whether the Tag can be closed | boolean | ` false ` | |
22
+ | closeIcon | Custom close icon | VNode \| slot | - | 2.0.0 |
23
+ | color | Color of the Tag | string | - | |
24
+ | icon | Set the icon of tag | VNode \| slot | - | 2.0.0 |
25
+ | visible(v-model) | Whether the Tag is closed or not | boolean | ` true ` | |
26
26
27
27
### Tag Events
28
28
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ cover: https://gw.alipayobjects.com/zos/alicdn/cH1BOLfxC/Tag.svg
17
17
18
18
### Tag
19
19
20
- | 参数 | 说明 | 类型 | 默认值 | 版本 |
21
- | ---------------- | ---------------- | ------------------- | ------ | ----- |
22
- | closable | 标签是否可以关闭 | boolean | false | |
23
- | closeIcon | 自定义关闭按钮 | VNode \| #closeIcon | - | 2.0.0 |
24
- | color | 标签色 | string | - | |
25
- | icon | 设置图标 | VNode \| #icon | - | 2.0.0 |
26
- | visible(v-model) | 是否显示标签 | boolean | ` true ` | |
20
+ | 参数 | 说明 | 类型 | 默认值 | 版本 |
21
+ | ---------------- | ---------------- | ------------- | ------ | ----- |
22
+ | closable | 标签是否可以关闭 | boolean | false | |
23
+ | closeIcon | 自定义关闭按钮 | VNode \| slot | - | 2.0.0 |
24
+ | color | 标签色 | string | - | |
25
+ | icon | 设置图标 | VNode \| slot | - | 2.0.0 |
26
+ | visible(v-model) | 是否显示标签 | boolean | ` true ` | |
27
27
28
28
### 事件
29
29
You can’t perform that action at this time.
0 commit comments