docs: update version tag

This commit is contained in:
陈嘉涵
2020-01-10 21:06:05 +08:00
parent 6555af4f76
commit e16239e426
124 changed files with 1974 additions and 1974 deletions
+7 -7
View File
@@ -109,13 +109,13 @@ export default {
### Props
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| items | Required datasets for the component | *Item[]* | `[]` | - |
| height | Height | *string \| number* | `300` | - |
| main-Active-index | The index of selected parent node | *number* | `0` | - |
| active-id | Id of selected item | *string \| number \| (string \| number)[]* | `0` | - |
| max | Maximum number of selected items | *number* | `Infinity` | 2.2.0 |
| Attribute | Description | Type | Default |
|------|------|------|------|
| items | Required datasets for the component | *Item[]* | `[]` |
| height | Height | *string \| number* | `300` |
| main-Active-index | The index of selected parent node | *number* | `0` |
| active-id | Id of selected item | *string \| number \| (string \| number)[]* | `0` |
| max `v2.2.0` | Maximum number of selected items | *number* | `Infinity` |
### Events
+7 -7
View File
@@ -117,13 +117,13 @@ export default {
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| items | 分类显示所需的数据 | *Item[]* | `[]` | - |
| height | 高度,默认单位为`px` | *string \| number* | `300` | - |
| main-active-index | 左侧选中项的索引 | *number* | `0` | - |
| active-id | 右侧选中项的 id,支持传入数组 | *string \| number \| (string \| number)[]* | `0` | - |
| max | 右侧项最大选中个数 | *number* | `Infinity` | 2.2.0 |
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| items | 分类显示所需的数据 | *Item[]* | `[]` |
| height | 高度,默认单位为`px` | *string \| number* | `300` |
| main-active-index | 左侧选中项的索引 | *number* | `0` |
| active-id | 右侧选中项的 id,支持传入数组 | *string \| number \| (string \| number)[]* | `0` |
| max `v2.2.0` | 右侧项最大选中个数 | *number* | `Infinity` |
### Events