You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
290 B
JavaScript

import { withInstall } from "../../utils/vue/install.mjs";
import tree_default from "./src/tree.mjs";
//#region ../../packages/components/tree-v2/index.ts
const ElTreeV2 = withInstall(tree_default);
//#endregion
export { ElTreeV2, ElTreeV2 as default };
//# sourceMappingURL=index.mjs.map