From 40e998f37702661b010affb740db07508d9375a8 Mon Sep 17 00:00:00 2001 From: ioldfish Date: Mon, 17 Aug 2015 12:49:19 +0800 Subject: [PATCH] update api --- components/tree/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tree/index.md b/components/tree/index.md index 420bae1bf4..87a2138e77 100644 --- a/components/tree/index.md +++ b/components/tree/index.md @@ -20,6 +20,7 @@ |defaultExpandedKeys | 展开指定的树节点 | String[] | false | |defaultCheckedKeys | 默认选中的树节点 | String[] | [] | |onCheck | 点击树节点触发 | function(e:{checked:bool,node,checkedKeys}) | - | +|showIcon | 是否设置节点图标 | bool | true | ### TreeNode props