UNPKG

epic-designer-dev

Version:

基于vue3的设计器,可视化开发页面表单。在epic-designer的基础上新增了字典选择器

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