epic-designer-gold
Version:
基于vue3的设计器,可视化开发页面表单
20 lines (19 loc) • 648 B
JavaScript
import { defineComponent as n, openBlock as a, createElementBlock as s, createElementVNode as r, toDisplayString as m, unref as c } from "vue";
import { u as i } from "./index-NT_HkNlB.js";
import { _ as l } from "./_plugin-vue_export-helper-CHgC5LLL.js";
const p = { class: "validate-param" }, d = /* @__PURE__ */ n({
__name: "index",
props: {
modelValue: {}
},
emits: ["update:modelValue"],
setup(e, { emit: t }) {
const o = i(e, "modelValue", t);
return (f, V) => (a(), s("div", p, [
r("div", null, m(c(o)), 1)
]));
}
}), k = /* @__PURE__ */ l(d, [["__scopeId", "data-v-7f888cb6"]]);
export {
k as default
};