<td v-if="currentId != loop.id" class="text-center">
<div :set="currentId = loop.id">{{ loop.id }}</div>
</td>
<td v-else></td>
Looking to achieve a specific layout like this This involves working with a multidimensional Parent/Child array and displaying it in a table format. The goal is to avoid repeating parents while printing until their child elements are finished. Encountering a console warning I'm currently using currentId as loop.id but receiving a console warning message.