9 lines
235 B
JavaScript
9 lines
235 B
JavaScript
|
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
|