UNPKG

gepic

Version:

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

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