Skip to content
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

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

Open
sdetweil opened this issue Jun 10, 2024 · 0 comments
Open

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

sdetweil opened this issue Jun 10, 2024 · 0 comments

Comments

@sdetweil
Copy link

<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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant