Add a key to individual locations in v-for;
This commit is contained in:
parent
fd4ba2a8bb
commit
003b6bc211
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
<l-marker
|
<l-marker
|
||||||
v-for="loc in store.locations"
|
v-for="loc in store.locations"
|
||||||
|
:key="loc.id"
|
||||||
:lat-lng="loc.coordinates"
|
:lat-lng="loc.coordinates"
|
||||||
>
|
>
|
||||||
<l-popup>
|
<l-popup>
|
||||||
|
Loading…
Reference in New Issue
Block a user