inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
285 stars 56 forks source link

Several Markers with nested InfoWindow #135

Closed mkra closed 1 year ago

mkra commented 1 year ago

I noticed that InfoWindows aren't closed when you open an other InfoWindow if more than one Marker with a nested InfoWindow is used. Code Snippet: ` <Marker v-for="(item, index) in markers" :key="index"

Dummy Content passed through slot

` Bildschirmfoto 2023-06-02 um 10 09 25

HusamElbashir commented 1 year ago

I would argue this is the expected behavior but happy to be proven otherwise