jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-weixin/pages/home/home/home.js
2024-10-18 13:33:34 +08:00

20 lines
607 B
JavaScript

"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {
__name: "home",
setup(__props) {
const items = common_vendor.ref([null, null, null, null]);
return (_ctx, _cache) => {
return {
a: common_vendor.f(items.value, (item, index, i0) => {
return {
a: index
};
})
};
};
}
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-41854f8b"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/home/home/home.vue"]]);
wx.createPage(MiniProgramPage);