vue ElementUI upload上传文件时对文件格式、大小和宽高的限制

beforeAvatarUpload(file) {                     const isJPG = file.type === 'image/jpg';                     const isPNG = file.type === 'image/png';                     const isLt20M = file.size / 102
相关文章
相关标签/搜索