maxal-studio / vuejs3-google-maps

Vue3 Google Maps
12 stars 7 forks source link

Stays stuck in map is loading #2

Closed sandoche closed 2 years ago

sandoche commented 2 years ago

Hi,

I am trying to use the library on my project but it stays stuck in "map is loading" and there is no error in the console nor in the query to google with the API.

dajanvulaj commented 2 years ago

Hello, sandoche.

Try changing ready to true and the map should autoload.

 <PlaceSearch
    v-bind:ready="ready"
/>

Let me know if it works!