fix: proper key for v-for loops

This commit is contained in:
liyasthomas
2021-07-14 05:19:08 +05:30
parent 7ec8539540
commit eeddb6a97e
39 changed files with 139 additions and 130 deletions

View File

@@ -2,7 +2,7 @@
<div class="p-2 font-mono">
<div
v-for="(header, index) in headers"
:key="index"
:key="`header-${index}`"
class="flex items-center"
>
<span