UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 281 B
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