Other answers work, but the following is also worth a try:
<div v-for="(comment, idx) in comments" :key="idx">
<!-- ... -->
</div>
Other answers work, but the following is also worth a try:
<div v-for="(comment, idx) in comments" :key="idx">
<!-- ... -->
</div>