jstd-web/node_modules/element-plus/es/components/tree/index.mjs

11 lines
214 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import Tree from './src/tree.mjs';
Tree.install = (app) => {
app.component(Tree.name, Tree);
};
const _Tree = Tree;
const ElTree = _Tree;
export { ElTree, _Tree as default };
//# sourceMappingURL=index.mjs.map