parent
bd04744adc
commit
6aedf2020e
|
@ -35,7 +35,7 @@
|
||||||
"videojs-contrib-hls": "^5.5.2",
|
"videojs-contrib-hls": "^5.5.2",
|
||||||
"videojs-resolution-switcher": "^0.4.2",
|
"videojs-resolution-switcher": "^0.4.2",
|
||||||
"videojs-settings-menu": "0.0.2",
|
"videojs-settings-menu": "0.0.2",
|
||||||
"vue": "^2.0.1",
|
"vue": "2.3.3",
|
||||||
"vue-animate": "0.0.4",
|
"vue-animate": "0.0.4",
|
||||||
"vue-clipboards": "^0.2.6",
|
"vue-clipboards": "^0.2.6",
|
||||||
"vue-infinite-scroll": "^2.0.1",
|
"vue-infinite-scroll": "^2.0.1",
|
||||||
|
|
|
@ -67,6 +67,7 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
#joinRoom .sweet-modal {
|
#joinRoom .sweet-modal {
|
||||||
|
background: #191b1a;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
CHAT INTERFACE
|
CHAT INTERFACE
|
||||||
|
|
|
@ -19,8 +19,7 @@ require('videojs-contrib-hls/dist/videojs-contrib-hls.js')
|
||||||
Vue.use(VueLazyload)
|
Vue.use(VueLazyload)
|
||||||
Vue.use(VueObserveVisibility)
|
Vue.use(VueObserveVisibility)
|
||||||
Vue.use(VueVideoPlayer)
|
Vue.use(VueVideoPlayer)
|
||||||
Vue.use(VueClipboards);
|
Vue.use(VueClipboards)
|
||||||
Vue.use(VueChatScroll)
|
|
||||||
Vue.use(Materials)
|
Vue.use(Materials)
|
||||||
Vue.use(VTooltip)
|
Vue.use(VTooltip)
|
||||||
Vue.use(VueResource)
|
Vue.use(VueResource)
|
||||||
|
|
Loading…
Reference in New Issue