Viewer

(1)vue点击图片预览(可旋转、翻转、缩放、上下切换、键盘操作)

今天做项目的时候,遇到了新需求,需要把点击图片放大的功能。学习了一下GitHub上的viewerjs插件 GitHub地址:https://github.com/fengyuanchen/viewerjs  1、安装 npm install v-viewer --save-dev 2、在main.js中引入 import Vue from 'vue';...