Files
pig-farm-controller-fe/node_modules/element-plus/es/components/tree-select/index.mjs
2025-09-19 14:25:20 +08:00

8 lines
240 B
JavaScript

import TreeSelect from './src/tree-select.mjs';
import { withInstall } from '../../utils/vue/install.mjs';
const ElTreeSelect = withInstall(TreeSelect);
export { ElTreeSelect, ElTreeSelect as default };
//# sourceMappingURL=index.mjs.map