[Vue]对图片上传组件的封装
ImgUpload.vue 点击上传 只能上传jpg/png文件,且不超过500kb export default { name: 'ImgUpload', data () { return { fileList: [], url: '' } }, mounted(){ this.fileList = [] }, methods: { handleRemove (file, fileList) { }, handlePreview
下载地址
用户评论