UNPKG

gepic

Version:

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

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