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