fawmi / vue-google-maps

Reactive Vue 3 components for Google maps
https://vue-map.netlify.app
MIT License
196 stars 103 forks source link

fix polyline emits warning when using events #167

Closed makroxyz closed 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for vue-map failed.

Name Link
Latest commit 8477d4c0486c9bc3344e21bf152838cfa4407d7c
Latest deploy log https://app.netlify.com/sites/vue-map/deploys/63931c64d081210008e594ed
makroxyz commented 1 year ago

please have a look at this PR. Without that a bunch of emits warnings are fired when using events on GMapPolyLine

<GMapPolyline
   @click="click"
   @mouseover="mouseover"
/>