doubleyong
管理员
管理员
  • 最后登录2026-05-25
  • 发帖数1198
  • 最爱沙发
  • 喜欢达人
  • 原创写手
  • 社区居民
  • 忠实会员
阅读:6331回复:0

[vue]Vue 警告:component lists rendered with v-for shou ld have explicit keys.

楼主#
更多 发布于:2019-05-29 14:37
Vue 警告:
component lists rendered with v-for shou
ld have explicit keys. See https://vuejs.org/guide/list.html#key for more info


原因:
Vue 中使用了v-for命令,却没有指定key


解决方案:添加 key 即可,如下:
<div v-for="(item,index) in menulist" :key="index">


参考:
https://www.jianshu.com/p/cd6fd4417501https://blog.csdn.net/weixin_43837268/article/details/86677868
知识需要管理,知识需要分享
游客


返回顶部

公众号

公众号