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