Removed vue-analytics and update all code refs.

This commit is contained in:
2020-11-24 23:50:00 +01:00
parent ea1237464d
commit edd09c012c
8 changed files with 6 additions and 14 deletions

View File

@@ -66,7 +66,6 @@
</template>
<script>
import { page, event } from "vue-analytics";
import PurchaseGraph from "@/ui/PurchaseGraph";
import TotalBought from "@/ui/TotalBought";
import Highscore from "@/ui/Highscore";
@@ -121,7 +120,7 @@ export default {
this.hardStart = way;
},
track() {
this.$ga.page("/");
window.ga('send', 'pageview', '/');
},
startCountdown() {
this.hardStart = true;