Updade to Vue v2.3.3

v2.0.1 -> v2.3.3
This commit is contained in:
samcm 2017-05-28 18:20:15 +10:00
parent bd04744adc
commit 6aedf2020e
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
"videojs-contrib-hls": "^5.5.2",
"videojs-resolution-switcher": "^0.4.2",
"videojs-settings-menu": "0.0.2",
"vue": "^2.0.1",
"vue": "2.3.3",
"vue-animate": "0.0.4",
"vue-clipboards": "^0.2.6",
"vue-infinite-scroll": "^2.0.1",

View File

@ -67,6 +67,7 @@ h2 {
}
#joinRoom .sweet-modal {
background: #191b1a;
}
/*
CHAT INTERFACE

View File

@ -19,8 +19,7 @@ require('videojs-contrib-hls/dist/videojs-contrib-hls.js')
Vue.use(VueLazyload)
Vue.use(VueObserveVisibility)
Vue.use(VueVideoPlayer)
Vue.use(VueClipboards);
Vue.use(VueChatScroll)
Vue.use(VueClipboards)
Vue.use(Materials)
Vue.use(VTooltip)
Vue.use(VueResource)