UNPKG

snowy-designer

Version:

基于Epic-Designer-Pro版本的设计器,可视化开发页面表单

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