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