import { withInstall } from '@/utils'; import OrgSelect from './src/org-select.vue'; export const AppOrgSelect = withInstall(OrgSelect);