nuxt-google-maps-module
nuxt-google-maps-module copied to clipboard
simple example to show a map
Can anyone please provide an simple example to show a map?
mounted() {
const map = new this.$google.maps.Map(document.getElementById("map"), {
center: { lat: -34.397, lng: 150.644 },
zoom: 8
});
}