import { withInstall } from '@/utils'; import errorView from './src/404.vue'; export const App404 = withInstall(errorView);