Skip to content

Commit

Permalink
Merge pull request #1 from virtuagora/0.1.2
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
guillecro authored Jun 26, 2019
2 parents 8bda64e + 1e99f95 commit f9ad164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creating-networks-front",
"version": "0.1.0",
"version": "0.1.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/components/InitiativeMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@load="onMapLoad"
>
<MglNavigationControl></MglNavigationControl>
<MglMarker :coordinates="city.space.point.coordinates" v-for="city in cities" :key="city.id" :color="colorMarker">
<MglMarker :coordinates="city.space.point.coordinates" anchor="bottom" v-for="city in cities" :key="city.id" :color="colorMarker">
<MglPopup @open="fireCityFetch(`city-${city.id}`)">
<CityPopUp :city="city" :ref="`city-${city.id}`"></CityPopUp>
</MglPopup>
Expand Down

0 comments on commit f9ad164

Please sign in to comment.