Add a key to individual locations in v-for;

This commit is contained in:
Benjamin Bouvier 2019-03-26 22:33:25 +01:00
parent fd4ba2a8bb
commit 003b6bc211

View File

@ -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>