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.

12 lines
320 B

1 month ago
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var tree = require('./src/tree.js');
  4. var install = require('../../utils/vue/install.js');
  5. const ElTreeV2 = install.withInstall(tree["default"]);
  6. exports.ElTreeV2 = ElTreeV2;
  7. exports["default"] = ElTreeV2;
  8. //# sourceMappingURL=index.js.map