"use strict"; const common_vendor = require("../../../../../common/vendor.js"); const sheep_index = require("../../../../../sheep/index.js"); if (!Array) { const _easycom_mp_html2 = common_vendor.resolveComponent("mp-html"); _easycom_mp_html2(); } const _easycom_mp_html = () => "../../../../../uni_modules/mp-html/components/mp-html/mp-html.js"; if (!Math) { _easycom_mp_html(); } const _sfc_main = { __name: "detail-content-card", props: { content: { type: String, default: "" } }, setup(__props) { sheep_index.sheep.$platform.device; return (_ctx, _cache) => { return { a: common_vendor.p({ content: __props.content }) }; }; } }; const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3b2e041f"]]); wx.createComponent(Component); //# sourceMappingURL=detail-content-card.js.map