npm install vue2.0-zoom
import imgZoom from 'vue2.0-zoom'
components: { imgZoom }
<img-zoom src="img-samll.jpg" width="450" height="250" bigsrc="img-big.jpg" :configs="configs"></img-zoom>
configs: {
width:650,
height:350,
maskWidth:100,
maskHeight:100,
maskColor:'red',
maskOpacity:0.2
}
有问题欢迎留言、star,详细参数说明