版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
214 B

  1. import Tree from './src/tree.mjs';
  2. Tree.install = (app) => {
  3. app.component(Tree.name, Tree);
  4. };
  5. const _Tree = Tree;
  6. const ElTree = _Tree;
  7. export { ElTree, _Tree as default };
  8. //# sourceMappingURL=index.mjs.map