vant多图上传组件

图片上传组件







用法
<images-upload @uploadSuccess="uploadImages" :refundImages="refundImages">images-upload>
data (){
 return{
 	refundImages: []
 }
},
methods: {
 uploadImages (images) {
    this.refundImages = images
  },
}

你可能感兴趣的:(vant)