UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 216 B
import Tree from './src/tree2.mjs'; Tree.install = (app) => { app.component(Tree.name, Tree); }; const _Tree = Tree; const ElTree = _Tree; export { ElTree, _Tree as default }; //# sourceMappingURL=index2.mjs.map