import { withInstall } from '@/utils'; import KanBan from './src/kanban.vue'; export const AppKanBan = withInstall(KanBan);