Leaflet with vue3 composition api, TypeError: fitBounds is not a function
I am using vue3, leaflet and vue-leaflet with composition api.
I want to zoomIn the map when multi markers were added.
But when I use mapRef.value?.fitBounds(bounds, { padding: [50,50] })
,
it will show => TypeError: mapRef.value?.fitBounds is not a function.