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, ssrRenderList, ssrInterpolate } 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 { b as securityItems } from './server.mjs'; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "SecurityGrid", __ssrInlineRender: true, setup(__props) { return (_ctx, _push, _parent, _attrs) => { _push(``); ssrRenderList(unref(securityItems), (s) => { _push(`

${ssrInterpolate(s.title)}

${ssrInterpolate(s.desc)}

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