snowy-designer
Version:
基于Epic-Designer-Pro版本的设计器,可视化开发页面表单
37 lines (36 loc) • 672 B
JavaScript
const e = {
bindModel: "model-value",
component: async () => await import("./index.vue.js"),
config: {
attribute: [
{
field: "field",
label: "字段名",
type: "EpField"
},
{
field: "label",
label: "标题",
type: "input"
},
{
field: "componentProps.defaultValue",
label: "默认值",
type: "monacoEditor"
}
]
},
defaultSchema: {
componentProps: {
bordered: !0
},
field: "monacoEditor",
input: !0,
label: "代码编辑器",
type: "monacoEditor"
},
icon: "icon--epic--code-outlined"
};
export {
e as default
};