演示地址vue
npm install vue2.0-zoom
git
import imgZoom from 'vue2.0-zoom'
github
components: { imgZoom }
npm
<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,詳細參數說明json
Github地址jsonp