一开始如图中疯狂报错cid unmatched [object Object] at view.umd.min.js:1
10:21:33.673 TypeError: Invalid attempt to destructure non-iterable instance.
10:21:33.693 In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at view.umd.min.js:1,找不出原因,然后网上百度到的内容说循环遍历出了问题,由于我的app其他列表是好的就这一个出问题,然后我就与其他列表做对比,发现写循环时一开始是这么写的<station v-for="station in stationList" :station="station" :key="station.id" />
而其他列表中则是<station v-for="station in stationList" :station="station" :key="station.stationId" />更改完之后问题就解决了
清怨
- 发布:2020-07-27 10:31
- 更新:2022-10-24 15:54
- 阅读:2976