Analytics I think?

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-23 11:18:34 +01:00
parent c414a8137e
commit c974354666
6 changed files with 62 additions and 9 deletions

View File

@@ -2,8 +2,12 @@ import Vue from "vue";
import VueRouter from "vue-router";
import { routes } from "@/routes/vinlottisRouter";
import Vinlottis from "@/Vinlottis";
import VueAnalytics from "vue-analytics";
Vue.use(VueRouter);
Vue.use(VueAnalytics, {
id: "UA-156846886-1"
});
const router = new VueRouter({
routes: routes