UNPKG

epic-designer

Version:

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

22 lines (21 loc) 331 B
const e = { component: async () => await import("./index.vue.js"), config: { attribute: [ { field: "props.name", label: "页面名称", type: "input" } ] }, defaultSchema: { label: "页面", props: {}, type: "page", children: [] } }; export { e as default };