Skip to content

Commit feba0b0

Browse files
author
Nicolò Maria Mezzopera
authored
Merge pull request vue-leaflet#398 from Cl3MM/patch-1
Fix vue-leaflet#334 - event name should be Kebab case
2 parents 47d136b + d12a230 commit feba0b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/LMarker.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export default {
7777
},
7878
latLngSync (event) {
7979
this.$emit('update:latLng', event.latlng);
80+
this.$emit('update:lat-lng', event.latlng);
8081
}
8182
},
8283
render: function (h) {

0 commit comments

Comments
 (0)