Compare commits

...

2 Commits

Author SHA1 Message Date
かっこかり fa28911706
Merge branch 'develop' into mfm-rainbow-fallback 2023-08-04 12:05:34 +09:00
tamaina b465bcd601 chore(frontend): video sourceからtypeを削除
Resolve #7894
2023-08-02 08:14:17 +00:00
1 changed files with 0 additions and 1 deletions

View File

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