[Improvement] TreeSelect: support string type id (#1126)

This commit is contained in:
neverland
2018-05-21 20:27:53 +08:00
committed by GitHub
parent d2ef10991c
commit cf88dda233
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export default {
|-----------|-----------|-----------|-------------|
| items | Required datasets for the component, see Data Structure for detail. | `Array` | `[]` |
| main-Active-index | The index of selected parent node | `Number` | `0` |
| active-id | Id of selected item | `Number` | `0` |
| active-id | Id of selected item | `String | Number` | `0` |
#### Event
| Event | Description | Arguments |