chore: fix type error of the tree-v2 props.value docs (#18926)

This commit is contained in:
jiaxiang 2024-11-17 20:07:08 +08:00 committed by GitHub
parent 768f5999f8
commit 8f134d7fbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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