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
280 stars 57 forks source link

fix: prevent marker flickering #47

Closed dblythy closed 3 years ago

dblythy commented 3 years ago

This PR closes #17 by only removing markers when the component is destroy, and changing options when options change (rather than re-rendering)

netlify[bot] commented 3 years ago

👷 Deploy request for vue3-google-map pending review. Visit the deploys page to approve it

🔨 Explore the source changes: e4fda22b95763135994f997f77f5b6630c9b2d1c

HusamElbashir commented 3 years ago

Thanks for your contribution @dblythy :pray:

dblythy commented 3 years ago

Thanks for the awesome work on this project!!