du
2025-03-31 b25a56866ca69e0a494e6ec0bb7bd7c0554ebeeb
1
2
3
4
5
6
7
8
9
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 }