stafyniaksacha / vite-plugin-radar

All in one analytics loader for vite
MIT License
134 stars 13 forks source link

How does it work with Vue Router? #25

Open euberdeveloper opened 11 months ago

euberdeveloper commented 11 months ago

I was using vue-gtag but I'm not sure anymore if it is well maintained.

It has the possibility of passing the vue-router instance so that the routes are tracked. How does it work with this plugin? Is anything like that possible?

alanlecart commented 4 months ago

I use Vue Router with Vue3, and at each page change, GTM send a new request with the new page title. In my dashboard i see all my differents pages It's supported