add page_view gtag

This commit is contained in:
geekgeekrun
2025-04-27 13:08:38 +08:00
parent 4dbc39008e
commit 1527a823c8

View File

@@ -157,6 +157,7 @@ router.afterEach((to, from) => {
from_path: from.fullPath,
to_path: to.fullPath
})
gtagRenderer('page_view')
})
export default router