Refactor/Project structure #67

Merged
KevinMidboe merged 56 commits from refactor/project-structure into master 2020-12-10 22:20:38 +00:00
Showing only changes of commit 466e21aa0e - Show all commits

View File

@@ -141,7 +141,7 @@ export default {
this.attendeesFetched = true; this.attendeesFetched = true;
}, },
track() { track() {
this.$ga.page("/lottery/game"); window.ga('send', 'pageview', '/lottery/game');
} }
} }
}; };