Elements in iteration expect to have 'v-bind:key' directives
来源:4-5 轮播图组件实现(中)

月绒兔子
2018-03-09
按照老师的代码一步步写,碰到v-for的时候,总是报错:Elements in iteration expect to have 'v-bind:key' directives。请问最标准的解决方式是什么呢?
写回答
1回答
-
ustbhuangyi
2018-03-09
给它加一个 :key,值最好取数据的 id。
012018-03-09
相似问题