mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 05:29:32 +00:00
fix(Tree): beforeRightClick type (#2968)
This commit is contained in:
@@ -105,7 +105,7 @@ export const treeProps = buildProps({
|
||||
},
|
||||
|
||||
beforeRightClick: {
|
||||
type: Function as PropType<(...arg: any) => ContextMenuItem[] | ContextMenuOptions>,
|
||||
type: Function as PropType<(...arg: any) => Promise<ContextMenuItem[] | ContextMenuOptions>>,
|
||||
default: undefined,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user