美文网首页
Vue使用v-for="(item, index) in pic

Vue使用v-for="(item, index) in pic

作者: firststep | 来源:发表于2018-07-24 10:24 被阅读0次

在使用mpvue框架写小程序中会遇到的一些问题:

(Emitted value instead of an instance of Error) <li v-for="item in pics">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.

解决方法:
在for循环后面加上一个:key="index"就可以了。

相关文章

网友评论

      本文标题:Vue使用v-for="(item, index) in pic

      本文链接:https://www.haomeiwen.com/subject/jzkemftx.html