npm install vue-photo-preview -S
main.js 中全局引入
import preview from 'vue-photo-preview'
import 'vue-photo-preview/dist/skin.css'
Vue.use(preview)
给图片加上??preview="0"? 分组
<img preview="0" style="width: 100%; height: 100%" :src="item" alt=""/>
在图片加载完成后调用
this.$previewRefresh();
即可
点击前
点击后