The marker is not generated
Closed this issue · 2 comments
AGrinx commented
Hi I tried to use your plugin in a basic way: basic map and one marker with icon.
But I have some problems. The marker is visible in the VueDevtools, but not on the page... I tried both with icon and without it..
I use nuxt.js, but I have already tried both server-side an client-side render, but I had no success.. :-(
The map is working, but not the marker.
It is my code..
<div class="contacts__map">
<googlemaps-map class="map" :center="{lat: -25.363, lng: 131.044}" :zoom="17">
<googlemaps-marker :position="{lat: -25.363, lng: 131.044}"></googlemaps-marker>
</googlemaps-map>
</div>
TsooranKim commented
me too...
AGrinx commented
Thanks for the fixes