docs(tag): remove version column in 4.0 (#19874)

This commit is contained in:
Joe Hsu 2019-11-21 18:34:42 -08:00 committed by 二货机器人
parent 84c4e1e10f
commit 0360ac65ad
2 changed files with 22 additions and 22 deletions

View File

@ -16,17 +16,17 @@ Tag for categorizing or markup.
### Tag
| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
| afterClose | Callback executed when close animation is completed, please use `onClose`, we will remove this in the next version | () => void | - | |
| closable | Whether the Tag can be closed | boolean | `false` | |
| color | Color of the Tag | string | - | |
| onClose | Callback executed when tag is closed | (e) => void | - | |
| visible | Whether the Tag is closed or not | boolean | `true` | 3.7.0 |
| Property | Description | Type | Default |
| --- | --- | --- | --- |
| afterClose | Callback executed when close animation is completed, please use `onClose`, we will remove this in the next version | () => void | - |
| closable | Whether the Tag can be closed | boolean | `false` |
| color | Color of the Tag | string | - |
| onClose | Callback executed when tag is closed | (e) => void | - |
| visible | Whether the Tag is closed or not | boolean | `true` |
### Tag.CheckableTag
| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
| checked | Checked status of Tag | boolean | `false` | |
| onChange | Callback executed when Tag is checked/unchecked | (checked) => void | - | |
| Property | Description | Type | Default |
| --- | --- | --- | --- |
| checked | Checked status of Tag | boolean | `false` |
| onChange | Callback executed when Tag is checked/unchecked | (checked) => void | - |

View File

@ -16,17 +16,17 @@ title: Tag
### Tag
| 参数 | 说明 | 类型 | 默认值 | 版本 |
| --- | --- | --- | --- | --- |
| afterClose | 关闭动画完成后的回调,请使用 `onClose`, 我们将在下个版本删除此项 | () => void | - | |
| closable | 标签是否可以关闭 | boolean | false | |
| color | 标签色 | string | - | |
| onClose | 关闭时的回调 | (e) => void | - | |
| visible | 是否显示标签 | boolean | `true` | 3.7.0 |
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| afterClose | 关闭动画完成后的回调,请使用 `onClose`, 我们将在下个版本删除此项 | () => void | - |
| closable | 标签是否可以关闭 | boolean | false |
| color | 标签色 | string | - |
| onClose | 关闭时的回调 | (e) => void | - |
| visible | 是否显示标签 | boolean | `true` |
### Tag.CheckableTag
| 参数 | 说明 | 类型 | 默认值 | 版本 |
| -------- | -------------------- | ----------------- | ------ | ---- |
| checked | 设置标签的选中状态 | boolean | false | |
| onChange | 点击标签时触发的回调 | (checked) => void | - | |
| 参数 | 说明 | 类型 | 默认值 |
| -------- | -------------------- | ----------------- | ------ |
| checked | 设置标签的选中状态 | boolean | false |
| onChange | 点击标签时触发的回调 | (checked) => void | - |