fix: enforce unique key in v-for
This commit is contained in:
parent
08be621529
commit
a2d35f65c9
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
<div
|
<div
|
||||||
class="col-xs-12 col-md-6 col-lg-4"
|
class="col-xs-12 col-md-6 col-lg-4"
|
||||||
v-for="extension in filteredExtensions"
|
v-for="extension in filteredExtensions"
|
||||||
:key="extension.id"
|
:key="extension.id + extension.hash"
|
||||||
>
|
>
|
||||||
<q-card>
|
<q-card>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue