0👍
Why don’t you loop through headers
instead of Objects
?
<td v-for="key in headers" :key="key">
{{ item[key] }}
</td>
Source:stackexchange.com
0👍
Why don’t you loop through headers
instead of Objects
?
<td v-for="key in headers" :key="key">
{{ item[key] }}
</td>