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"
|
class="fit row inline wrap justify-around items-start content-start q-gutter-sm"
|
||||||
>
|
>
|
||||||
<developer
|
<developer
|
||||||
v-for="developer in developers"
|
v-for="(developer, index) in developers"
|
||||||
:key="i"
|
:key="'dev' + index"
|
||||||
class="col-xs-12 col-md-5 col-lg-3"
|
class="col-xs-12 col-md-5 col-lg-3"
|
||||||
:firstname="developer.firstname"
|
:firstname="developer.firstname"
|
||||||
:lastname="developer.lastname"
|
:lastname="developer.lastname"
|
||||||
|
|
Loading…
Reference in New Issue