[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
@@ -52,7 +52,7 @@ export default {
|-----------|-----------|-----------|-------------|
| items | 分类显示所需的数据,具体数据结构可看 数据结构 | `Array` | `[]` |
| main-active-index | 左侧导航高亮的索引 | `Number` | `0` |
| active-id | 右侧选择项,高亮的数据id | `Number` | `0` |
| active-id | 右侧选择项,高亮的数据id | `String | Number` | `0` |
#### 事件