Files
geg-gas-web/src/components/DicTreeSelect/index.ts

5 lines
157 B
TypeScript

import { withInstall } from '/@/utils/index';
import dicTreeSelect from './src/DicTreeSelect.vue';
export const DicTreeSelect = withInstall(dicTreeSelect);