jstd-web/node_modules/element-plus/es/components/tree-select/index.mjs

11 lines
281 B
JavaScript

import TreeSelect from './src/tree-select.mjs';
TreeSelect.install = (app) => {
app.component(TreeSelect.name, TreeSelect);
};
const _TreeSelect = TreeSelect;
const ElTreeSelect = _TreeSelect;
export { ElTreeSelect, _TreeSelect as default };
//# sourceMappingURL=index.mjs.map