vue ElementUI upload上傳文件時對文件格式、大小和寬高的限制

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