vue-zoomer
Zoom the image or other thing with mouse or touch.
Usage
Install:
npm install vue-zoomer
Import:
Single usage:
Gallery usage:
API
out
means the prop is a child -> parent one-way binding. So there must have a.sync
modifier.
<v-zoomer> Props
maxScale: number
- Maximum scale limit, default is 1;minScale: number
- Minimum scale limit, default is 5;zoomed: out boolean
- Whether zoomed in (scale equals to 1);
<v-zoomer-gallery> Props
list: Array<string> required
- Displaying image urls;v-model(value): number required
- Index of current showing image;