snowy-designer
Version:
基于Epic-Designer-Pro版本的设计器,可视化开发页面表单
25 lines (24 loc) • 379 B
JavaScript
const t = {
component: () => import("./tabPane.js"),
config: {
attribute: [
{
field: "componentProps.tab",
label: "标签名称",
type: "input"
}
]
},
defaultSchema: {
icon: "icon-xiala",
label: "标签",
type: "tab-pane",
children: []
},
editConstraints: {
locked: !0
}
};
export {
t as default
};