This commit is contained in:
2022-09-19 22:39:15 +09:00
parent f7e51a35af
commit 88194144dc

View File

@ -16,7 +16,7 @@
>
<source
:src="video.url"
:type="video.type"
:type="video.type === 'video/quicktime' ? 'video/mp4' : video.type"
>
</video>
<i class="fas fa-eye-slash" @click="hide = true"></i>