(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 值 但是不知道这个东西是什么用的,在哪里应用
0
0

hoythan

提问者

2017-03-30

因为我在 这里看到了你的回答 

http://coding.imooc.com/learn/questiondetail/7562.html

虽然他是必须的,但是我不知道给 key 传什么东西合适?因为我根本不知道这是个啥

0
2
慕粉142910532
传键值
2017-05-21
共2条回复

最容易上手的Vue2.0入门实战教程

快速入门Vue2.0,组件化开发一个数字产品电商平台

3966 学习 · 999 问题

查看课程