Hi, i want customize the polyline path with arrow or something like this
https://github.com/bbecquet/Leaflet.PolylineDecorator

but i am not found the plugin wrapped with the vue js, have you solution for that?
thanks
Hi @zaqisilverano,
As far as I know, no wrapper exists for PolylineDecorator so you can:
L.polylineDecorator(latlngs, options).addTo(this.$refs.map.mapObject);
where map is a ref added to the Vue2Leaflet map.
Hope this helps,
Hi @zaqisilverano I made a wrapper plugin for this, you can see it in https://github.com/jperelli/vue2-leaflet-polylinedecorator
Hi @jperelli Thanks man, very helpful for me. Very Nice!
I'm uploading it to npm tomorrow
Most helpful comment
Hi @zaqisilverano I made a wrapper plugin for this, you can see it in https://github.com/jperelli/vue2-leaflet-polylinedecorator