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