mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 07:24:46 +00:00
8 lines
213 B
JavaScript
8 lines
213 B
JavaScript
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
|