20 lines
607 B
JavaScript
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);
|