import { _ as _sfc_main$1 } from "./AppIcon--JRwwp2l.js"; import { defineComponent, mergeProps, useSSRContext } from "vue"; import { ssrRenderAttrs, ssrRenderComponent, ssrInterpolate } from "vue/server-renderer"; 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)}

了解更多 `); }; } }); 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.js.map