fix: enforce unique key in v-for

This commit is contained in:
Vlad Stan 2022-11-30 10:56:48 +02:00
parent 08be621529
commit a2d35f65c9

View file

@ -34,7 +34,7 @@
<div
class="col-xs-12 col-md-6 col-lg-4"
v-for="extension in filteredExtensions"
:key="extension.id"
:key="extension.id + extension.hash"
>
<q-card>
<q-card-section>