jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-alipay/pages/home/home/home.js

20 lines
536 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"]]);
my.createPage(MiniProgramPage);