feat(TreeSelect): add className option (#4671)

This commit is contained in:
neverland
2019-10-10 09:48:11 +08:00
committed by GitHub
parent 514a27994a
commit cc03640576
4 changed files with 24 additions and 2 deletions
+2
View File
@@ -145,6 +145,8 @@ In every tree object, `text` property defines `id` stands for the unique key whi
info: 3,
// Whether to show red dot
dot: true,
// ClassName of parent node
className: 'my-class',
// leaves of this parent node
children: [
{