UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (6 loc) 235 B
import '../../utils/index.mjs'; import Tree from './src/tree.mjs'; import { withInstall } from '../../utils/vue/install.mjs'; const ElTree = withInstall(Tree); export { ElTree, ElTree as default }; //# sourceMappingURL=index.mjs.map