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>   報錯信息:
相關文章
相關標籤/搜索