import { withInstall } from '@/utils'; import ExportExcel from './src/export-excel.vue'; export const AppExportExcel = withInstall(ExportExcel);