Single line vueanalytics

This commit is contained in:
Roman Cervantes 2019-06-18 14:15:14 -07:00
parent 6a28e2c93e
commit 77b7b98e1c

View file

@ -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);