You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
In the development environment the instruction you have right now in Readme works well, but when you try to build or generate the project it gives an error for import from @googlemaps/markerckuster.
In order to fix that you need to add another module in transpile array to look like this build: { transpile: [ "vue-google-maps-community-fork", "@googlemaps/markerclusterer", ], },
Here is the link for the Nuxt3 docs, where it explains why