diff options
author | 2022-12-21 00:03:31 +0100 | |
---|---|---|
committer | 2022-12-21 00:03:31 +0100 | |
commit | bfc2e24bbfc08f67ed9c9b1d93474029bc01dc8b (patch) | |
tree | 8f75ac20d6157d5ae331217494d1edc0ee8b8102 /src/pages | |
parent | 40872859a580a20bb838b79db2b3c88c00995e37 (diff) | |
download | it-tools-bfc2e24bbfc08f67ed9c9b1d93474029bc01dc8b.tar.gz it-tools-bfc2e24bbfc08f67ed9c9b1d93474029bc01dc8b.tar.zst it-tools-bfc2e24bbfc08f67ed9c9b1d93474029bc01dc8b.zip |
feat(tracker): added actions monitoring
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/About.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/About.vue b/src/pages/About.vue index 7817b50..ca717ff 100644 --- a/src/pages/About.vue +++ b/src/pages/About.vue @@ -25,6 +25,7 @@ useHead({ title: 'About - IT Tools' }); href="https://github.com/sponsors/CorentinTh" rel="noopener" target="_blank" + @click="() => $tracker.trackEvent({ eventName: 'Support button clicked' })" > sponsoring me </n-button >. |