update doc

This commit is contained in:
zombiej 2018-09-09 21:18:34 +08:00
parent 1a30e5de78
commit 372047e326
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ Any data whose entries are defined in a hierarchical manner is fit to use this c
| Property | Description | Type | Default |
| -------- | ----------- | ---- | ------- |
| selectable | can be selected | boolean | true |
| disableCheckbox | Disables the checkbox of the treeNode | boolean | false |
| disabled | Disabled or not | boolean | false |
| isLeaf | Leaf node or not | boolean | false |

View File

@ -63,6 +63,7 @@ title: TreeSelect
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| selectable | 是否可选 | boolean | true |
| disableCheckbox | 禁掉 checkbox | boolean | false |
| disabled | 是否禁用 | boolean | false |
| isLeaf | 是否是叶子节点 | boolean | false |