You can try to implement something like: <div v-for="(item, index) in items" v-bind:key="item.id" // or alternativelly use `index`.
確定! 回上一頁