Compare commits

..

2 Commits

Author SHA1 Message Date
かっこかり 72b3e3509d
Merge branch 'develop' into mkjs-add-flash 2023-08-04 12:06:10 +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>