Skip to content

Commit

Permalink
Add page counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Siegler committed Mar 10, 2021
1 parent 0f4c40f commit 4b79c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export default {
i18n.locale = localStorage.locale;
}
countapi.hit('sudoku.mrtimeey.de', 'total').then((result) => { console.log(result.value) });
countapi.event('totalSudokuVisits').then((result) => { console.log(result.value) });
}
}
</script>
Expand Down

0 comments on commit 4b79c3b

Please sign in to comment.