UNPKG

element-plus

Version:

A Component Library for Vue 3

16 lines (11 loc) 354 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tree = require('./src/tree.js'); tree["default"].install = (app) => { app.component(tree["default"].name, tree["default"]); }; const _Tree = tree["default"]; const ElTree = _Tree; exports.ElTree = ElTree; exports["default"] = _Tree; //# sourceMappingURL=index.js.map