[Vuejs]-Vue Leaflet Change Style of Zoom Control

0๐Ÿ‘

You can try putting the class out of the options. E.g.:
<l-control-zoom position="topleft" class="leaflet-control-zoom"></l-control-zoom>

0๐Ÿ‘

I ran into the same issue.

I tried around and changed :options="{zoomControl: false}" in <l-map> to :options="{zoomControl: true}" and it worked.

Leave a comment