epic-designer-cjh
Version:
基于vue3的设计器,可视化开发页面表单
23 lines (22 loc) • 565 B
JavaScript
import { defineComponent as f, useAttrs as m, ref as n, openBlock as s, createBlock as p, unref as e, mergeProps as l, withCtx as a, renderSlot as c } from "vue";
import { b3 as u } from "./index-97ce4605.js";
const h = /* @__PURE__ */ f({
__name: "formItem",
setup(_) {
const r = m(), t = n(null);
return (o, d) => (s(), p(e(u), l({
ref_key: "form",
ref: t
}, e(r), {
prop: e(r).field
}), {
default: a(() => [
c(o.$slots, "default")
]),
_: 3
}, 16, ["prop"]));
}
});
export {
h as default
};