import { withInstall } from '@/utils'; import QuickSearch from './src/quick-search.vue'; export const AppQuickSearch = withInstall(QuickSearch);