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