mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
Single line vueanalytics
This commit is contained in:
parent
6a28e2c93e
commit
77b7b98e1c
1 changed files with 1 additions and 5 deletions
|
@ -22,11 +22,7 @@ Object.defineProperties(Vue.prototype, {
|
|||
},
|
||||
});
|
||||
|
||||
Vue.use(VueAnalytics, {
|
||||
id: 'UA-120053966-1',
|
||||
router,
|
||||
});
|
||||
|
||||
Vue.use(VueAnalytics, { id: 'UA-120053966-1', router });
|
||||
Vue.use(VueAxios, axios);
|
||||
Vue.use(VueFire);
|
||||
Vue.use(VueI18n);
|
||||
|
|
Loading…
Reference in a new issue