mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
Update tree.md (#9729)
This commit is contained in:
parent
3f718973c3
commit
e3e0038290
@ -136,7 +136,7 @@ tree/draggable
|
||||
| current-node-key | key of initially selected node | string / number | — | — |
|
||||
| filter-node-method | this function will be executed on each node when use filter method. if return `false`, tree node will be hidden. | Function(value, data, node) | — | — |
|
||||
| accordion | whether only one node among the same level can be expanded at one time | boolean | — | false |
|
||||
| indent | horizontal indentation of nodes in adjacent levels in pixels | number | — | 16 |
|
||||
| indent | horizontal indentation of nodes in adjacent levels in pixels | number | — | 18 |
|
||||
| icon | custome tree node icon component | `string \| Component` | - | - |
|
||||
| lazy | whether to lazy load leaf node, used with `load` attribute | boolean | — | false |
|
||||
| draggable | whether enable tree nodes drag and drop | boolean | — | false |
|
||||
|
Loading…
Reference in New Issue
Block a user