12345678910111213141516 |
- "use strict";
- const common_vendor = require("../common/vendor.js");
- const _sfc_main = {
- __name: "listContent",
- props: ["main"],
- setup(__props) {
- return (_ctx, _cache) => {
- var _a;
- return {
- a: common_vendor.t((_a = __props.main.subject_collection) == null ? void 0 : _a.name)
- };
- };
- }
- };
- wx.createComponent(_sfc_main);
- //# sourceMappingURL=../../.sourcemap/mp-weixin/components/listContent.js.map
|