Update tree.md (#9729)

This commit is contained in:
Lê Quang Đông 2022-09-10 23:34:04 +07:00 committed by GitHub
parent 3f718973c3
commit e3e0038290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |