VUE component lists rendered with v-for should have explicit key
Posted nginx遇上redis
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VUE component lists rendered with v-for should have explicit key相关的知识,希望对你有一定的参考价值。
When using v-for with a component, a key is now required. You will likely see a bunch of "soft warnings" when you upgrade, but this does not affect the current behavior of your app.
这是因为写了 for 指令没写 key 报出的警告,不影响渲染结果,key 属性可以用来优化列表重排速度.
这个改动是 Vue 2.2.0 里的,参考官方 release note.
谢谢你的关注<^__^>
以上是关于VUE component lists rendered with v-for should have explicit key的主要内容,如果未能解决你的问题,请参考以下文章
vue.js 从 cdn 加载脚本,然后组件 vue(没有 webpack)
为啥删除列表的 _first_ 元素会使 `.rend()` 无效?