This is my code.
<b-tbody v-for="(item, index) in list" :key="index>
<b-tr>
<b-td></b-td>
</b-tr>
<b-tr v-for="(item2, index) in list2" :key="index">
<b-td></b-td>
</b-tr>
</b-tbody>
I think first loop is going well, but next one doesn't work. what can i do ?
list2exists and have items)? Do you actually display something because your tags are empty...