UNPKG

snowy-designer

Version:

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

25 lines (24 loc) 421 B
const e = { component: async () => await import("./index.vue.js"), config: { attribute: [ { componentProps: { placeholder: "请输入" }, field: "componentProps.name", label: "页面名称", type: "input" } ] }, defaultSchema: { componentProps: {}, label: "页面", type: "page", children: [] } }; export { e as default };