@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
13 lines (12 loc) • 588 B
JavaScript
import { defineComponent, openBlock, createElementBlock, toDisplayString, unref } from "vue";
const _sfc_main = defineComponent({
__name: "MpContentFilter",
setup(__props) {
var _a, _b, _c;
const mpName = ((_c = (_b = (_a = window.situoyun) == null ? void 0 : _a.config) == null ? void 0 : _b.oem_config) == null ? void 0 : _c.mp_name) || "\u516C\u4F17\u53F7";
return (_ctx, _cache) => {
return openBlock(), createElementBlock("div", null, toDisplayString(unref(mpName)) + "\u5185\u5BB9\u7B5B\u9009\u7EC4\u4EF6 ", 1);
};
}
});
export { _sfc_main as default };