import { defineComponent, mergeProps, unref, useSSRContext } from "vue";
import { ssrRenderAttrs, ssrRenderList, ssrInterpolate } from "vue/server-renderer";
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.js.map