UNPKG

snowy-designer

Version:

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

21 lines (20 loc) 584 B
import { defineComponent as n, useAttrs as c, createBlock as p, openBlock as a, unref as e, normalizeProps as s, guardReactiveProps as i, withCtx as m, createTextVNode as d, toDisplayString as u } from "vue"; import { Divider as f } from "ant-design-vue"; const v = /* @__PURE__ */ n({ __name: "divider", props: { componentSchema: {} }, setup(t) { const o = t, r = c(); return (_, l) => (a(), p(e(f), s(i(e(r))), { default: m(() => [ d(u(o.componentSchema.componentProps.text), 1) ]), _: 1 }, 16)); } }); export { v as default };