import { withInstall } from '@/utils'; import TabPage from './src/tab-page.vue'; export const AppTabPage = withInstall(TabPage);