warning信息:component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.

在v-for中绑定key值可解决:

<router-link :to="{path: goods.url}" v-for="(goods,index) in ftg.goods" :key=index target="_blank" :title="goods.name">{{goods.name}}</router-link>

 

相关文章:

  • 2022-12-23
  • 2021-08-16
  • 2021-10-01
  • 2021-05-01
  • 2021-08-30
  • 2021-11-14
猜你喜欢
  • 2021-06-10
  • 2021-08-15
  • 2021-07-28
  • 2021-07-11
  • 2022-12-23
  • 2021-08-22
相关资源
相似解决方案