[Vuejs]-Vue import of Vue extension vue2-google-maps gives error

0👍

I solved the problem, although I do not understand exactly how:

  • removed gmap-vue
  • installed gmap-vue back with npm
  • import VueGoogleMaps from gmap-vue instead of vue2-google-maps.

Leave a comment