import { _ as _sfc_main$1 } from './AppIcon--JRwwp2l.mjs'; import { defineComponent, mergeProps, 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, ssrRenderComponent, 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'; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "ScenarioCard", __ssrInlineRender: true, props: { icon: {}, title: {}, desc: {} }, setup(__props) { return (_ctx, _push, _parent, _attrs) => { const _component_AppIcon = _sfc_main$1; _push(`
`); _push(ssrRenderComponent(_component_AppIcon, { name: __props.icon, class: "w-7 h-7" }, null, _parent)); _push(`

${ssrInterpolate(__props.title)}

${ssrInterpolate(__props.desc)}

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