UNPKG

gepic

Version:

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

34 lines (33 loc) 614 B
const e = { component: async () => await import("./index.vue.js"), defaultSchema: { label: "代码编辑器", type: "monacoEditor", field: "monacoEditor", icon: "epic-icon-write", input: !0 }, config: { attribute: [ { label: "字段名", type: "input", field: "field" }, { label: "标题", type: "input", field: "label" }, { label: "默认值", type: "monacoEditor", field: "componentProps.defaultValue" } ] }, bindModel: "model-value" }; export { e as default };