feat(TreeSelect): support show info (#4384)

This commit is contained in:
neverland
2019-09-06 10:46:08 +08:00
committed by GitHub
parent 5b0feb58e8
commit 4529bd6b30
5 changed files with 33 additions and 2 deletions
+2
View File
@@ -123,6 +123,8 @@ In every tree object, `text` property defines `id` stands for the unique key whi
{
// name of the parent node
text: 'Group 1',
// info
info: 3,
// leaves of this parent node
children: [
{