### Description doubleClickZoom option doesn't seem to be passed to the leaflet map object as per leaflet documentation: https://leafletjs.com/reference-1.5.0.html#map-doubleclickzoom #### Live Demo Here: http://jsfiddle.net/snLedmf0/ #### Steps to Reproduce Add any `<l-map>` component to your view, add `:doubleClickZoom="false"` and double-click on the map #### Expected Results <!-- Example: No error is throw --> It should not zoom in #### Actual Results <!-- Example: Error is thrown --> It zooms in ### Browsers Affected <!-- Check all that apply --> - [x] Chrome - [x] Firefox - [ ] Edge - [ ] Safari 9 - [ ] Safari 8 - [ ] IE 11 ### Versions - Leaflet: v1.3.2 - Vue: v2.5.3 - Vue2Leaflet: v1.0.2