fix: proper key for v-for loops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user