We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用Upload组件的时候,上传文件的进度条在pending状态下就已经到了百分之百了 代码如下:
<template> <el-upload class="upload-demo" action="/xxxxxxx" :on-success="handleSuccess" :before-upload="beforeAvatarUpload" :limit="1" :multiple="false" :on-exceed="handleExceed" :file-list="fileList" > <el-button size="small" plain ><i class="iconfont iconshangchuan upload-icon" />{{ btnText }}</el-button > <div slot="tip" class="el-upload__tip"> 为上传规范的简历,仅支持pdf格式,大小不能超过10MB </div> </el-upload> </template>
The text was updated successfully, but these errors were encountered:
我也遇到同样的问题了,请问你这边解决了吗
Sorry, something went wrong.
No branches or pull requests
在使用Upload组件的时候,上传文件的进度条在pending状态下就已经到了百分之百了
代码如下:
The text was updated successfully, but these errors were encountered: