vue2-leaflet-rotatedmarker icon indicating copy to clipboard operation
vue2-leaflet-rotatedmarker copied to clipboard

@ready event not working

Open ABPW10 opened this issue 2 years ago • 0 comments

When I used <l-marker @ready="someFunction()" /> it is fine,

when I use <v-rotated-marker :rotation-angle="40" @ready="someFunction()" /> someFunction() isn't getting executed.

ABPW10 avatar May 18 '23 15:05 ABPW10