如果遍历的时候需要下标,可以使用 v-for=“(item,index) of list” :key="item.id"
尽量不要使用数组的下标来赋值绑定给key
vue数组遍历动态渲染到页面
原文:https://www.cnblogs.com/mengzekun/p/13548537.html