import { withInstall } from '@/utils'; import HomePage from './src/home-page.vue'; export const AppHomePage = withInstall(HomePage);