docs(Uploader): add heic faq (#8470)

This commit is contained in:
neverland 2021-04-07 16:45:18 +08:00 committed by GitHub
parent 299ae12958
commit 542818f020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,3 +388,11 @@ before-read、after-read、before-delete 执行时会传递以下回调参数:
| @uploader-loading-icon-size | `22px` | - |
| @uploader-loading-icon-color | `@white` | - |
| @uploader-disabled-opacity | `@disabled-opacity` | - |
## 常见问题
### 上传 HEIC/HEIF 格式的图片后无法展示?
目前 Chrome、Safari 等浏览器不支持展示 HEIC/HEIF 格式的图片,因此上传后无法在 Uploader 组件中进行预览。
[HEIF] 格式的兼容性请参考 [caniuse](https://caniuse.com/?search=heic)。