fixed bug: tag developer in home hatte kein 'key'

This commit is contained in:
Tim Gröger 2020-10-14 15:00:13 +02:00
parent 61a679dfb1
commit 10c1b57c64
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@
class="fit row inline wrap justify-around items-start content-start q-gutter-sm"
>
<developer
v-for="developer in developers"
:key="i"
v-for="(developer, index) in developers"
:key="'dev' + index"
class="col-xs-12 col-md-5 col-lg-3"
:firstname="developer.firstname"
:lastname="developer.lastname"