We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bda64e + 1e99f95 commit f9ad164Copy full SHA for f9ad164
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "creating-networks-front",
3
- "version": "0.1.0",
+ "version": "0.1.2",
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
src/components/InitiativeMap.vue
@@ -10,7 +10,7 @@
10
@load="onMapLoad"
11
>
12
<MglNavigationControl></MglNavigationControl>
13
- <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">
14
<MglPopup @open="fireCityFetch(`city-${city.id}`)">
15
<CityPopUp :city="city" :ref="`city-${city.id}`"></CityPopUp>
16
</MglPopup>
0 commit comments