diff --git a/components/tag/index.en-US.md b/components/tag/index.en-US.md index 9ec1284c0..1a9861eca 100644 --- a/components/tag/index.en-US.md +++ b/components/tag/index.en-US.md @@ -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 diff --git a/components/tag/index.zh-CN.md b/components/tag/index.zh-CN.md index 3fba4a451..52aea2b02 100644 --- a/components/tag/index.zh-CN.md +++ b/components/tag/index.zh-CN.md @@ -17,13 +17,13 @@ cover: https://gw.alipayobjects.com/zos/alicdn/cH1BOLfxC/Tag.svg ### Tag -| 参数 | 说明 | 类型 | 默认值 | 版本 | -| ---------------- | ---------------- | ------------------- | ------ | ----- | -| closable | 标签是否可以关闭 | boolean | false | | -| closeIcon | 自定义关闭按钮 | VNode \| #closeIcon | - | 2.0.0 | -| color | 标签色 | string | - | | -| icon | 设置图标 | VNode \| #icon | - | 2.0.0 | -| visible(v-model) | 是否显示标签 | boolean | `true` | | +| 参数 | 说明 | 类型 | 默认值 | 版本 | +| ---------------- | ---------------- | ------------- | ------ | ----- | +| closable | 标签是否可以关闭 | boolean | false | | +| closeIcon | 自定义关闭按钮 | VNode \| slot | - | 2.0.0 | +| color | 标签色 | string | - | | +| icon | 设置图标 | VNode \| slot | - | 2.0.0 | +| visible(v-model) | 是否显示标签 | boolean | `true` | | ### 事件