You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
<GMapMap><GMapMarker:key="index" v-for="(m, index) in markers"><GMapInfoWindow><div>I am in info window</div><MyComponenttext="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?