UNPKG

gepic

Version:

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

24 lines (23 loc) 360 B
const e = { component: () => import("./col.js"), defaultSchema: { label: "栅格布局-列", type: "col", children: [], componentProps: { span: 6 } }, config: { attribute: [ { label: "占位格数", type: "number", field: "componentProps.span" } ] } }; export { e as default };