Elements in iteration expect to have 'v-bind:key' directives

bug code:html <li v-for="item in items" v-bind:class="{finished: item.isFinished}" v-on:click="toggleFinish(item)"> {{item.label}} </li> right code:code <li v-for="item in items" :key="
相關文章
相關標籤/搜索