UNPKG

snowy-designer

Version:

基于Epic-Designer-Pro版本的设计器,可视化开发页面表单

22 lines (21 loc) 524 B
function i(t) { t.registerRightSidebar({ component: async () => await import("./attribute/index.vue.js"), id: "attribute_view", sort: 100, title: "属性" }), t.registerRightSidebar({ component: async () => await import("./style/index.vue.js"), id: "style_view", sort: 200, title: "样式" }), t.registerRightSidebar({ component: async () => await import("./event/index.vue.js"), id: "event_view", sort: 300, title: "事件" }); } export { i as setupRightSidebar };