5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
import { withInstall } from '/@/utils/index';
|
|
import dicTreeSelect from './src/DicTreeSelect.vue';
|
|
|
|
export const DicTreeSelect = withInstall(dicTreeSelect);
|