更新记录
1.0.0(2020-10-19) 下载此版本
图片查看,长按保存图片
平台兼容性
页面使用
<seeimg ref="mychild" />
js
<script>
import seeimg from '@/components/xw-seeimg/index'
export default {
data() {
},
methods: {
showimg(){
this.$refs.mychild.onImg("https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=2384030035,3537130422&fm=26&gp=0.jpg");
},
},
components:{
seeimg,
}
}
</script>