fixed bug: tag developer in home hatte kein 'key'
This commit is contained in:
parent
61a679dfb1
commit
10c1b57c64
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue