vue-leaflet / Vue2Leaflet

Vue 2 components for Leaflet maps
https://vue2-leaflet.netlify.app
MIT License
1.96k stars 380 forks source link

Fix LTooltip options to reactive #718

Closed kuromoka closed 4 months ago

kuromoka commented 2 years ago

Related: https://github.com/vue-leaflet/Vue2Leaflet/issues/446 LTooltip options is not reactive, so I called unbindTooltip() and bindTooltip() when options are updated.

https://user-images.githubusercontent.com/22453562/184093911-3d6282df-c49a-4634-a12f-42964bc70751.mov

kuromoka commented 2 years ago

@DonNicoJs @mikeu Hi, please check my PR!

KoRiGaN commented 4 months ago

🙏