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