mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
feat(tracker): added actions monitoring
This commit is contained in:
parent
40872859a5
commit
bfc2e24bbf
7 changed files with 26 additions and 1 deletions
|
@ -157,6 +157,7 @@ const menuOptions = computed<MenuGroupOption[]>(() =>
|
|||
target="_blank"
|
||||
class="support-button"
|
||||
:bordered="false"
|
||||
@click="() => $tracker.trackEvent({ eventName: 'Support button clicked' })"
|
||||
>
|
||||
Buy me a coffee
|
||||
<n-icon v-if="!styleStore.isSmallScreen" :component="Heart" style="margin-left: 5px" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue