import { withInstall } from '@/utils'; import TabPanel from './src/tab-panel.vue'; export const AppTabPanel = withInstall(TabPanel);