-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
Description
Hi,
Just updated to vue-mapbox v0.21 and getting an error on the popup component. I'm using one popup for the map and moving it around based on the coordinates provided from an event and then setting the popup on the go. Example code I'm using is available under issue #66. It's not breaking anything, but just wanted to flag it up.
The error I'm getting now in the console is as follows:
vue.esm.js?efeb:628 [Vue warn]: Injection "marker" not found
found in
---> <Popup> at Popup.vue
<GeoPopup> at src/components/geo/GeoPopup.vue
<GlMap> at GlMap.vue
<GeoMap> at src/components/geo/GeoMap.vue
<SimpleLayout> at src/layouts/SimpleLayout.vue
<Main> at src/views/base/Main.vue
<App> at src/App.vue
<Root>
Cheers