feat: add video preview
feat: add video preview
This commit is contained in:
parent
3d6c5152fe
commit
010bb9fb91
@ -16,7 +16,7 @@
|
||||
>
|
||||
<div>
|
||||
<img
|
||||
v-if="!readOnly && type === 'image' && isThumbsEnabled"
|
||||
v-if="!readOnly && (type === 'image' || type === 'video') && isThumbsEnabled"
|
||||
v-lazy="thumbnailUrl"
|
||||
/>
|
||||
<i v-else class="material-icons"></i>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user