import { withInstall } from '@/utils'; import AutoComplete from './src/auto-complete.vue'; export const AppAutoComplete = withInstall(AutoComplete);