-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Description
There is a minor bug in the example code for Popups:
https://soal.github.io/vue-mapbox/guide/markers&popups.html#popup
<MglPopup :coordinates="coordinates" :anchor="top">
<VCard> <div>Hello, I'm popup!</div> </VCard>
</MglPopup>either should be anchor="top" or :anchor="'top'", otherwise top must be a member of the component.