Li Kui
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Tree/src/types/tree.ts
|
|
|
@ -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, |
|
|
|
}, |
|
|
|
|
|
|
|
|