From 0c9afc8561044ee5a665690393b4a2c774512bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=B6=E5=88=99?= Date: Fri, 8 Jan 2016 19:46:57 +0800 Subject: [PATCH] change treeNodeLabelProp defaultValue --- components/tree-select/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tree-select/index.md b/components/tree-select/index.md index 8f389fc216..c6c940ce86 100644 --- a/components/tree-select/index.md +++ b/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