2👍
<table>
<tr v-for="(hid, height) in chartHeight" track-by="hid">
<td class="item" v-for="(wid, width) in chartWidth" track-by="wid">
{{ hid }}, {{ wid }}
</td>
</tr>
</table>
Source:stackexchange.com
2👍
<table>
<tr v-for="(hid, height) in chartHeight" track-by="hid">
<td class="item" v-for="(wid, width) in chartWidth" track-by="wid">
{{ hid }}, {{ wid }}
</td>
</tr>
</table>