AmazingDreams / vue-matomo

Vue plugin for Matomo Analytics
MIT License
272 stars 60 forks source link

matomo.js reloads my google fonts on every page #122

Open ssuess opened 1 year ago

ssuess commented 1 year ago

I have an SPA/PWA built with Vue3/Quasar2, and I am including vue-matomo in my boot files for the project. But on every route change matomo is reloading my google fonts css, which obviously should not happen. Is there a way to turn this off?

ssuess commented 1 year ago

I was able to solve this by moving my import outside my index file, but this still seems to point to something odd (to me) in the way that matomo works.