vue for循環報錯Elements in iteration expect to have 'v-bind:key' directives

<div class="line-item" v-for="(item, index) in productList" :key="index"> 寫for循環的時候,一定要加key,不加key會報如下錯
相關文章
相關標籤/搜索