Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Marker info popup content doesn't show as documented  #102

@sdetweil

Description

@sdetweil
<GMapMap>
  <GMapMarker :key="index" v-for="(m, index) in markers">
    <GMapInfoWindow>
      <div>I am in info window</div>
      <MyComponent text="I am a custom component inside the info window!" />
    </GMapInfoWindow>
  </GMapMarker>
</GMapMap>

I am only using the

approach at the moment.

does 'MyComponent' mean I can use a template and pass an object as parm and use it to build info window UI? like dialog?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions