UNPKG

epic-designer

Version:

基于vue3的设计器,可视化开发页面表单

38 lines (37 loc) 989 B
/* empty css */ import "vue"; import i from "../../../base-ui/src/node/node.vue.js"; import "@vueuse/core"; import "../../../../hooks/src/store/index.js"; import "vuedraggable"; import p from "./MonacoEditor/index.js"; import r from "./Page/index.js"; function n(o) { o.registerComponent(r); } function w(o) { o.component( "EInputSize", async () => await import("./EInputSize/index.vue.js") ), o.component( "EColEditor", async () => await import("./EColEditor/index.vue.js") ), o.component( "EActionEditor", async () => await import("./EActionEditor/index.vue.js") ), o.component( "ERuleEditor", async () => await import("./ERuleEditor/index.vue.js") ), o.component( "EOptionsEditor", async () => await import("./EOptionsEditor/index.vue.js") ), o.component("EpicNode", i); const t = [p]; n(o), t.forEach((m) => { o.registerComponent(m); }); } export { w as setupComponent, n as setupPage };