[Vuejs]-Cannot display google map on vue cli component

0👍

First, check if you set correct Api key instead of key=MY_API_KEY.
Second, add some styles #map {height: 450px;}, by default <div ref="map" id="map"></div> has height = 0

Leave a comment