mirror of
https://codeberg.org/dragongoose/safetwitch.git
synced 2024-11-04 15:14:01 +00:00
Prepare for using own video.js
This commit is contained in:
parent
2659036f5c
commit
42e4503383
1 changed files with 0 additions and 3 deletions
|
@ -4,13 +4,10 @@ import router from './router'
|
|||
|
||||
import './assets/index.css'
|
||||
|
||||
import VueVideoPlayer from '@videojs-player/vue'
|
||||
import 'video.js/dist/video-js.css'
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
app.use(VueVideoPlayer)
|
||||
|
||||
import { OhVueIcon, addIcons } from "oh-vue-icons";
|
||||
import { IoSearchOutline, IoLink, FaCircleNotch, BiTwitter, BiInstagram, BiDiscord, BiYoutube, BiTiktok } from "oh-vue-icons/icons";
|
||||
|
||||
|
|
Loading…
Reference in a new issue