Browse Source

change treeNodeLabelProp defaultValue

pull/838/head
然则 9 years ago
parent
commit
0c9afc8561
  1. 2
      components/tree-select/index.md

2
components/tree-select/index.md

@ -35,7 +35,7 @@
| treeCheckable | 显示checkbox | bool | false |
| filterTreeNode | 是否根据输入项进行筛选,返回值true | function(treeNode) | - |
| treeNodeFilterProp | 输入项过滤对应的 treeNode 属性 | String | 'value' |
| treeNodeLabelProp | 作为显示的prop设置 | String | 'value' |
| treeNodeLabelProp | 作为显示的prop设置 | String | 'title' |
| loadData | 异步加载数据 | function(node) | - |
### TreeNode props

Loading…
Cancel
Save