UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 214 B
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