21 lines
527 B
JavaScript
21 lines
527 B
JavaScript
"use strict";
|
|
const common_vendor = require("../common/vendor.js");
|
|
const _sfc_main = {
|
|
data() {
|
|
return {
|
|
title: "Hello"
|
|
};
|
|
},
|
|
onLoad() {
|
|
},
|
|
methods: {
|
|
// 方法定义
|
|
}
|
|
};
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e9b233a3"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../.sourcemap/mp-weixin/static/index.js.map
|