GasWell-front/node_modules/element-plus/es/components/tree/index.mjs

9 lines
235 B
JavaScript

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