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.
- [Vuejs]-How to store the value if I run again this vuejs javascript script? script value is again 0
- [Vuejs]-Firebase db with vuejs : default.collection is not a function
Source:stackexchange.com