Tree: add expand-on-click-node prop. (#1805)

This commit is contained in:
FuryBean
2016-12-19 15:38:51 +08:00
committed by cinwell.li
parent 1ba0745f00
commit 40f9d83f87
5 changed files with 25 additions and 9 deletions

View File

@@ -33,6 +33,10 @@
nodeKey: String,
checkStrictly: Boolean,
defaultExpandAll: Boolean,
expandOnClickNode: {
type: Boolean,
default: true
},
autoExpandParent: {
type: Boolean,
default: true