You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
500 B
JavaScript
17 lines
500 B
JavaScript
"use strict";
|
|
const common_assets = require("../common/assets.js");
|
|
const common_vendor = require("../common/vendor.js");
|
|
const _sfc_main = {
|
|
__name: "about",
|
|
setup(__props) {
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_assets._imports_0$1
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-b10942e8"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../.sourcemap/mp-weixin/pages/about.js.map
|