mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-19 03:47:46 +00:00
fix: upload component preview .webp image (#2631)
Co-authored-by: tianyuan233 <zty.dev@outlook.com>
This commit is contained in:
@@ -11,7 +11,7 @@ export function checkImgType(file: File) {
|
||||
}
|
||||
|
||||
export function isImgTypeByName(name: string) {
|
||||
return /\.(jpg|jpeg|png|gif)$/i.test(name);
|
||||
return /\.(jpg|jpeg|png|gif|webp)$/i.test(name);
|
||||
}
|
||||
|
||||
export function getBase64WithFile(file: File) {
|
||||
|
||||
Reference in New Issue
Block a user