vue--图片预览器(vant)

vant的图片预览
运用详解:

//图片预览,通过传参的方式把图片数组放入ImagePreview配置对象里 methods:{ getImg(images,index){ ImagePreview({ images:images, showIndex:true, loop:false, startPosition:index }) },

你可能感兴趣的:(vue)