import { withInstall } from '@/utils'; import Dashboard from './src/dashboard.vue'; export const AppDashboard = withInstall(Dashboard);