(Emitted value instead of an instance of Error)
来源:3-2 列表渲染-v-for 数组,对象,子组件

hoythan
2017-03-30
在使用 v-for 的时候,虽然可以正常运行,但是终端会提示:
(Emitted value instead of an instance of Error) <swiper-slide v-for="food in banners">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
我应当如何处理它
写回答
2回答
-
hoythan
提问者
2017-03-30
我现在是给 key 传数组的 index 值 但是不知道这个东西是什么用的,在哪里应用00 -
hoythan
提问者
2017-03-30
因为我在 这里看到了你的回答
http://coding.imooc.com/learn/questiondetail/7562.html
虽然他是必须的,但是我不知道给 key 传什么东西合适?因为我根本不知道这是个啥
022017-05-21
相似问题