docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions

View File

@@ -59,12 +59,12 @@ export default {
### Props
| 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` |
| 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` | - |
### Events