problem description
what is the maximum size of the upload component of element-ui when uploading files
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
< el-upload
class="uploadCont"
drag
action="https://jsonplaceholder.typicode.com/posts/"
multiple>
<i class="el-icon-upload"></i>
<div class="el-upload__text"><em></em></div>
<div class="el-upload__tip" slot="tip">jpg/png500kb</div>
</el-upload>