mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore: fix type error of the tree-v2 props.value docs (#18926)
This commit is contained in:
parent
768f5999f8
commit
8f134d7fbe
@ -101,7 +101,7 @@ tree-v2/filter
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
| -------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------ | -------- |
|
||||
| value | unique identity key name for nodes, its value should be unique across the whole tree | string,number | id |
|
||||
| value | unique identity key name for nodes, its value should be unique across the whole tree | string | id |
|
||||
| label | specify which key of node object is used as the node's label | string | label |
|
||||
| children | specify which node object is used as the node's subtree | string | children |
|
||||
| disabled | specify which key of node object represents if node's checkbox is disabled | string | disabled |
|
||||
|
Loading…
Reference in New Issue
Block a user