[new feature] TreeSelect: main-active-index support sync modifier (#4132)

This commit is contained in:
neverland
2019-08-16 17:43:32 +08:00
committed by GitHub
parent bfb3196438
commit 85356ac302
4 changed files with 8 additions and 25 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export 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` | `0` |
| active-id | Id of selected item | `string | number | (string | number)[]` | `0` |
### Events