stdproject/frontend/node_modules/element-plus/es/components/tree-select/index.mjs
2025-05-30 13:43:31 +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