docs: type highlight (#4264)

This commit is contained in:
neverland
2019-08-27 22:09:21 +08:00
committed by GitHub
parent a79750d00c
commit ecbdc2bede
129 changed files with 1493 additions and 1484 deletions
+4 -4
View File
@@ -61,10 +61,10 @@ export default {
| 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` | - |
| 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