import { withInstall } from '@/utils'; import ContextMenu from './src/context-menu.vue'; export const AppContextMenu = withInstall(ContextMenu);