mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
added vue portal
This commit is contained in:
parent
aa1d231e13
commit
fbfc844448
2 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
"lodash.orderby": "^4.6.0",
|
||||
"lodash.sortby": "^4.7.0",
|
||||
"node-sass": "^4.8.3",
|
||||
"portal-vue": "^2.1.7",
|
||||
"raven-js": "^3.27.0",
|
||||
"sass-loader": "^7.0.1",
|
||||
"sw-precache-webpack-plugin": "^0.11.5",
|
||||
|
|
|
@ -10,6 +10,7 @@ import ModalHeader from '@/components/ModalHeader';
|
|||
import axios from 'axios';
|
||||
import VueAnalytics from 'vue-analytics';
|
||||
import Raven from 'raven-js';
|
||||
import PortalVue from 'portal-vue';
|
||||
import RavenVue from 'raven-js/plugins/vue';
|
||||
import VueObserveVisibility from 'vue-observe-visibility';
|
||||
import App from '@/App';
|
||||
|
@ -30,6 +31,7 @@ Object.defineProperties(Vue.prototype, {
|
|||
|
||||
Vue.use(VueShortKey, { prevent: ['input', 'textarea'] });
|
||||
Vue.use(Dayjs);
|
||||
Vue.use(PortalVue);
|
||||
Vue.use(VueObserveVisibility);
|
||||
Vue.use(BootstrapVue, bootstrapSettings);
|
||||
Vue.use(VueAnalytics, { id: 'UA-120053966-1', router });
|
||||
|
|
Loading…
Add table
Reference in a new issue