import { defineComponent, mergeProps, unref, useSSRContext } from "vue"; import { ssrRenderAttrs, ssrRenderAttr, ssrInterpolate, ssrIncludeBooleanAttr } from "vue/server-renderer"; import { u as useLeadForm } from "./useLeadForm-hNHTDEhY.js"; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "DownloadForm", __ssrInlineRender: true, setup(__props) { const { form, loading, success, error } = useLeadForm("download"); return (_ctx, _push, _parent, _attrs) => { _push(``); if (!unref(success)) { _push(`
`); if (unref(error)) { _push(`

${ssrInterpolate(unref(error))}

`); } else { _push(``); } _push(`
`); } else { _push(`

📥 资料已提交获取申请

我们将尽快将方案资料发送给您。

`); } _push(``); }; } }); const _sfc_setup = _sfc_main.setup; _sfc_main.setup = (props, ctx) => { const ssrContext = useSSRContext(); (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/DownloadForm.vue"); return _sfc_setup ? _sfc_setup(props, ctx) : void 0; }; export { _sfc_main as _ }; //# sourceMappingURL=DownloadForm-DWoM9wYa.js.map