UNPKG

snowy-designer

Version:

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

34 lines (33 loc) 615 B
const e = { component: () => import("./tooltip.vue.js"), config: { attribute: [ { componentProps: { placeholder: "请输入" }, field: "componentProps.title", label: "提示文字", type: "input" }, { field: "componentProps.hidden", label: "隐藏", type: "switch" } ] }, defaultSchema: { componentProps: { title: "提示" }, label: "提示", type: "tooltip", children: [] }, groupName: "其他", icon: "icon--epic--rounded-badge-outline" }; export { e as default };