Signed-off-by: chy <chy@163.com>
This commit is contained in:
10
src/layout/components/ContextMenu/index.ts
Normal file
10
src/layout/components/ContextMenu/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import ContextMenu from './src/ContextMenu.vue'
|
||||
import { ElDropdown } from 'element-plus'
|
||||
import type { RouteLocationNormalizedLoaded } from 'vue-router'
|
||||
|
||||
export interface ContextMenuExpose {
|
||||
elDropdownMenuRef: ComponentRef<typeof ElDropdown>
|
||||
tagItem: RouteLocationNormalizedLoaded
|
||||
}
|
||||
|
||||
export { ContextMenu }
|
||||
Reference in New Issue
Block a user