import { withInstall } from '@/utils'; import DeptPersonnelSelect from './src/department-personnel-select.vue'; export const AppDeptPersonnelSelect = withInstall(DeptPersonnelSelect);