import { withInstall } from '@/utils'; import ListBox from './src/list-box.vue'; export const AppListBox = withInstall(ListBox);