moritzsternemann / vue-plausible

Plausible Analytics Vue.js Plugin and NuxtJS Module
MIT License
120 stars 8 forks source link

enableAutoOutboundTracking breaks outbound links with target="_blank" #22

Open cankahya opened 1 year ago

cankahya commented 1 year ago

When enableAutoOutboundTracking is set to true, <a href="https://example.com" target="_blank">example</a> opens the link in the same tab, rather than in a new tab. If it's set to false, the outbound new-tab link works fine.