Skip to content

Docs example for Popup #86

@nickforddev

Description

@nickforddev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions