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

@@ -44,7 +44,7 @@
<div class="border-2 border-divider">
<div
v-for="(variable, index) in vars"
:key="index"
:key="`variable-${index}`"
class="
flex
border-b