feat: add video preview

feat: add video preview
pull/3764/head
shengj1ang 2025-02-24 03:11:53 +00:00 committed by GitHub
parent 3d6c5152fe
commit 010bb9fb91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
> >
<div> <div>
<img <img
v-if="!readOnly && type === 'image' && isThumbsEnabled" v-if="!readOnly && (type === 'image' || type === 'video') && isThumbsEnabled"
v-lazy="thumbnailUrl" v-lazy="thumbnailUrl"
/> />
<i v-else class="material-icons"></i> <i v-else class="material-icons"></i>