stdproject/frontend/node_modules/element-plus/es/components/tree-v2/index.mjs

8 lines
213 B
JavaScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
import TreeV2 from './src/tree.mjs';
import { withInstall } from '../../utils/vue/install.mjs';
const ElTreeV2 = withInstall(TreeV2);
export { ElTreeV2, ElTreeV2 as default };
//# sourceMappingURL=index.mjs.map