mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(components): [tree] Fix TreeOptionProps (#12511)
fix(components): fix TreeOptionProps Co-authored-by: wu.zeMin <244@qq.com>
This commit is contained in:
parent
701940731a
commit
ea82d3f7c3
@ -62,7 +62,7 @@ export declare interface TreeStoreOptions {
|
||||
export declare interface TreeOptionProps {
|
||||
children?: string
|
||||
label?: string | ((data: TreeNodeData, node: Node) => string)
|
||||
disabled?: string | ((data: TreeNodeData, node: Node) => string)
|
||||
disabled?: string | ((data: TreeNodeData, node: Node) => boolean)
|
||||
isLeaf?: string | ((data: TreeNodeData, node: Node) => boolean)
|
||||
class?: (
|
||||
data: TreeNodeData,
|
||||
|
Loading…
Reference in New Issue
Block a user