import { defineComponent, mergeProps, unref, useSSRContext } from 'file:///home/akoo/%E5%B1%85%E5%AE%B6%E6%9C%8D%E5%8A%A1/hss-home-service/website/node_modules/vue/index.mjs'; import { ssrRenderAttrs, ssrRenderAttr, ssrInterpolate, ssrIncludeBooleanAttr } from 'file:///home/akoo/%E5%B1%85%E5%AE%B6%E6%9C%8D%E5%8A%A1/hss-home-service/website/node_modules/vue/server-renderer/index.mjs'; import { u as useLeadForm } from './useLeadForm-hNHTDEhY.mjs'; 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(`

\u{1F4E5} \u8D44\u6599\u5DF2\u63D0\u4EA4\u83B7\u53D6\u7533\u8BF7

\u6211\u4EEC\u5C06\u5C3D\u5FEB\u5C06\u65B9\u6848\u8D44\u6599\u53D1\u9001\u7ED9\u60A8\u3002

`); } _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.mjs.map