Skip to content

Commit 6f95761

Browse files
committed
1.12.0 build
1 parent f28a1aa commit 6f95761

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/components/Tree.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defaultValue: `true`
2626

2727
### `data` (required)
2828

29-
type: `array`
29+
type: `union(array|object)`
3030

3131

3232
### `depthFactor`
@@ -147,6 +147,12 @@ type: `shape[object Object]`
147147
defaultValue: `{ x: 0, y: 0 }`
148148

149149

150+
### `useCollapseData`
151+
152+
type: `bool`
153+
defaultValue: `false`
154+
155+
150156
### `zoom`
151157

152158
type: `number`

0 commit comments

Comments
 (0)