Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/index/index.js

21 lines
538 B
JavaScript
Raw Normal View History

2025-05-12 21:23:37 +08:00
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
2025-05-13 22:16:09 +08:00
data() {
return {
title: "Hello"
};
},
onLoad() {
},
2025-05-13 19:39:53 +08:00
methods: {
2025-05-14 16:09:14 +08:00
// 方法定义
2025-05-13 19:39:53 +08:00
}
2025-05-12 21:23:37 +08:00
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
2025-05-13 22:16:09 +08:00
return {};
2025-05-12 21:23:37 +08:00
}
2025-05-13 22:16:09 +08:00
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1cf27b2a"]]);
2025-05-12 21:23:37 +08:00
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/index/index.js.map