feat(video): added theatre mode

This commit is contained in:
Seraph91P
2024-08-06 19:16:46 +02:00
parent caeb85a77b
commit 2681bfe10f
5 changed files with 56 additions and 11 deletions

View File

@ -36,7 +36,8 @@ import {
FaShareAlt,
IoCloseSharp,
MdDownloadRound,
IoPerson
IoPerson,
FaExpand
} from 'oh-vue-icons/icons'
addIcons(
@ -55,7 +56,8 @@ addIcons(
FaShareAlt,
IoCloseSharp,
MdDownloadRound,
IoPerson
IoPerson,
FaExpand
)
app.component('v-icon', OhVueIcon)