Vue中循环使用item对 v-model赋值的bug

229 阅读1分钟
  • 报错信息
error  'v-model' directives cannot update the iteration variable 'item' itself  vue/valid-v-model
  • 代码

image.png

  • 解决

image.png

通过下标索引数据,正常使用