UNPKG

gepic

Version:

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

21 lines (20 loc) 297 B
const t = { component: () => import("./modal.vue.js"), defaultSchema: { label: "模态框", type: "modal", children: [] }, config: { attribute: [ { label: "标题", type: "input", field: "title" } ] } }; export { t as default };