<td v-if="currentId != loop.id" class="text-center">
<div :set="currentId = loop.id">{{ loop.id }}</div>
</td>
<td v-else></td>
need to achieve this its a multidimensional Parent/Child array, need to print on a table. so when first parent is printed on a row, until its child is finished, we will stop printing repetitive parent. console warning I have set currentId as loop.id, it is showing console warning.