| 123456789101112 |
- "use strict";
- const common_vendor = require("../../common/vendor.js");
- const _sfc_main = {
- __name: "rank",
- setup(__props) {
- return (_ctx, _cache) => {
- return {};
- };
- }
- };
- const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/program/miniprogram-1/src/pages/rank/rank.vue"]]);
- wx.createPage(MiniProgramPage);
|