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
1.3.10
macOS 10.14.5, Chrome 75.0.3770.100, Vue 2.6.10
https://github.com/vueComponent/ant-design-vue/blob/master/components/upload/UploadList.jsx
使用a-upload 上传图片时,缩略图无法实时显示。再次上传图片才会显示。
上传时图片正确显示
缩率图无法显示
previewFile方法中判断图片类型有误,且非图片类型仍然执行后续操作
The text was updated successfully, but these errors were encountered:
fix(Upload):Upload 图片缩略图不显示 vueComponent#945
f07375e
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.3.10
Environment
macOS 10.14.5, Chrome 75.0.3770.100, Vue 2.6.10
Reproduction link
https://github.com/vueComponent/ant-design-vue/blob/master/components/upload/UploadList.jsx
Steps to reproduce
使用a-upload 上传图片时,缩略图无法实时显示。再次上传图片才会显示。
What is expected?
上传时图片正确显示
What is actually happening?
缩率图无法显示
previewFile方法中判断图片类型有误,且非图片类型仍然执行后续操作
The text was updated successfully, but these errors were encountered: