jstd-web/node_modules/element-plus/lib/components/tree/index.js

16 lines
354 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
'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