-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
@load not firing #1060
Labels
needs repro 👀
Requires a reproducible example
Comments
I'm having the same issue. |
Can you do a repro ? |
Same issue me! |
this is a repro: https://stackblitz.com/edit/nuxt-starter-lig9bb?file=app.vue |
Docs seems to be totally outdated, use @loaded event instead. VMap(
:options="{accessToken: 'your-token', style: 'mapbox://styles/mapbox/streets-v11' }"
@loaded="onMapLoaded"
) onMapLoaded(event) {
this.map = event
} |
@Buk1m, yep, outdated docs. Not just this issue but many other little things I had to figure out myself 🥲 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The map loads fine but nothing fires from @load
console
The text was updated successfully, but these errors were encountered: