Merge pull request #69 from ThinaticSystem:Thinatic/quicktime--play-on-chrome-win

video/quicktime再生
This commit is contained in:
しなちくシステム 2022-05-12 03:38:52 +09:00 committed by GitHub
commit 7c1e28d301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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