UNPKG

snowy-designer

Version:

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

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