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
<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?
The text was updated successfully, but these errors were encountered:
I am only using the
does 'MyComponent' mean I can use a template and pass an object as parm and use it to build info window UI? like dialog?
The text was updated successfully, but these errors were encountered: