1 插件地址 :https://heyongsheng.github.io/
2 安装 npm install hevue-img-preview
3 在main.js里面引用
import hevueImgPreview from 'hevue-img-preview'
Vue.use(hevueImgPreview)
4在页面中进行使用
<img :src="url" @click="previewImg(url)">
methods: {
previewImg (url) {
this.$hevueImgPreview(url)
}
}
5其他配置看地址里面带的
6 如果要设置标题的话,就看一下这个https://blog.youkuaiyun.com/yaojie5519/article/details/103638275