We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm on a Nuxt app (using this strategy) using v-mapbox.
I'm using an MglMap component successfully, but the @load event only fires after I do some interaction with the map (pan, zoom).
MglMap
@load
I'm using these versions:
"mapbox-gl": "^1.13.1", "nuxt": "^2.14.6", "v-mapbox": "^1.7.3"
Any thought on what could be preventing the @load event to fire?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm on a Nuxt app (using this strategy) using v-mapbox.
I'm using an
MglMap
component successfully, but the@load
event only fires after I do some interaction with the map (pan, zoom).I'm using these versions:
Any thought on what could be preventing the
@load
event to fire?The text was updated successfully, but these errors were encountered: