vue的开发中v-for报错 [vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key' directives....

vue 在 vscode 开发过程中报错问题: 代码: <ul> <li v-for="author in articles"> <img :src="author.images.medium" width="100"> <br> <span v-text="author.title"></span> </li> </ul>   报错信息:
相关文章
相关标签/搜索