docs: type highlight (#4264)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user