jarvisniu / vue-zoomer

Zoom the image or other thing with mouse or touch
MIT License
150 stars 37 forks source link

Fix incorrect prop defaults in docs #13

Closed kaveet closed 5 years ago

kaveet commented 5 years ago

Per the source code, the default values for min-scale and max-scale in the docs appear to have been accidentally swapped.

https://github.com/jarvisniu/vue-zoomer/blob/14fdd84b0b9b19e34b67357f06460909c7e53f8b/src/vue-zoomer.vue#L29-L30

Thanks for publishing this component!

jarvisniu commented 5 years ago

Thank you very much!