This commit is contained in:
2025-05-25 22:39:55 +03:00
parent 3ced15e1cc
commit 2dac6c5bd8
3 changed files with 4 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ export default defineNuxtPlugin((nuxtApp) => {
init(config.public.aptabaseAppKey, { isDebug: import.meta.dev });
});
nuxtApp.hook("page:finish", (ctx) => {
nuxtApp.hook("page:finish", () => {
const route = useRoute();
trackEvent("page_view", {