Akryum/vue-googlemaps

The marker is not generated

Closed this issue · 2 comments

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>

and devtools
image

me too...

Thanks for the fixes