feat(video): added theatre mode
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user