vant-ui的van-uploader上传图片
移动端上传图片是很常用的功能,这里使用vant-ui实现。 效果如图 上传图片的vue页面:Customer.vue html js css ...
移动端上传图片是很常用的功能,这里使用vant-ui实现。 效果如图 上传图片的vue页面:Customer.vue html js css ...
vant van-uploader 图片上传 <van-uploader accept="image/*" v-model="fileList" multiple :after-read="afterRead">< ...