这个警告该怎么解决?是要修改video里的key吗?

发布于 2022-09-11 22:55:09 字数 610 浏览 13 评论 0

[WDS] Warnings while compiling.
./node_modules/vue-loader/lib/template-compiler?{"id":"data-v-45eba5d4","hasScoped":true,"transformToRequire":{"video":["src","poster"],"source":"src","img":"src","image":"xlink:href"},"buble":{"transforms":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/RotationChart_gzh.vue
(Emitted value instead of an instance of Error) Do not use v-for index as key on <transition-group> children, this is the same as not using keys.
1571034028(1).png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时光沙漏 2022-09-18 22:55:09

这里是提示你v-for时不要:key="index",而是用其他唯一的值,如每一项的id,:key="item.id"

晨敛清荷 2022-09-18 22:55:09

在imgList加标识,已解决

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文