UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 283 B
import TreeSelect from './src/tree-select2.mjs'; TreeSelect.install = (app) => { app.component(TreeSelect.name, TreeSelect); }; const _TreeSelect = TreeSelect; const ElTreeSelect = _TreeSelect; export { ElTreeSelect, _TreeSelect as default }; //# sourceMappingURL=index2.mjs.map