preview图片预览
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.csdn.net/yaojie5519/article/details/103638275
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
