Added vue-fullscreen

This commit is contained in:
Michael Mayer 2018-09-25 09:45:06 +02:00
parent f31898c898
commit f950e3fcdf
3 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,7 @@
"svg-url-loader": "^2.0.2",
"url-loader": "^0.5.8",
"vue": "^2.4.4",
"vue-fullscreen": "^2.1.3",
"vue-infinite-scroll": "^2.0.2",
"vue-justified-layout": "^0.1.0",
"vue-loader": "^11.1.4",

View File

@ -13,6 +13,7 @@ import Event from 'pubsub-js';
import Moment from 'vue-moment';
import InfiniteScroll from 'vue-infinite-scroll';
import VueTruncate from 'vue-truncate-filter';
import VueFullscreen from 'vue-fullscreen';
const session = new Session(window.localStorage);
const config = new Config(window.localStorage, window.appConfig);
@ -40,6 +41,7 @@ Vue.use(Vuetify, {
Vue.use(Moment);
Vue.use(InfiniteScroll);
Vue.use(VueTruncate);
Vue.use(VueFullscreen);
Vue.use(AppComponents);
Vue.use(Router);

View File

@ -6927,6 +6927,10 @@ void-elements@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
vue-fullscreen@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/vue-fullscreen/-/vue-fullscreen-2.1.3.tgz#831f6c2f89771e80f7189b1c8b863d4d66677fcf"
vue-hot-reload-api@^2.0.11:
version "2.3.0"
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.0.tgz#97976142405d13d8efae154749e88c4e358cf926"