Leaflet set minimum zoom level

Is there a way to set the minimum zooming level, when using the V-leaflet add-on? I noticed, that there is a setMaxZoom method, but there isn’t a setMinZoom, which seems quite inconsequent - at least for me.

Hi,

That would be server side counter part for this JS api http://leafletjs.com/reference.html#map-minzoom ? I, or someone else developing the library, haven’t apparently needed that as it is not implemented. Implementing it should be pretty straightforward as the maxZoom is already there.

If you want to implement it, I’d be honored to review it. If you don’t want to look at this yourself, please add an enhancement issue to the
project page.
I could then look at it next time I work with the project.

cheers,
matti