chore(frontend): video sourceからtypeを削除

Resolve #7894
This commit is contained in:
tamaina 2023-08-02 08:14:17 +00:00
parent 8a72a05958
commit b465bcd601

View file

@ -24,7 +24,6 @@ SPDX-License-Identifier: AGPL-3.0-only
> >
<source <source
:src="video.url" :src="video.url"
:type="video.type"
> >
</video> </video>
<i class="ti ti-eye-off" :class="$style.hide" @click="hide = true"></i> <i class="ti ti-eye-off" :class="$style.hide" @click="hide = true"></i>