We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Because of MV3 security, I'm trying to embed gtag.js to my browser extension.
Vue.use( VueGtag, { config: { id: "G-XXXXXXX" }, customResourceURL: "/gtag/js", }, router );
The initial call works fine and can load the script, but the script seems to want to call itself again, but with the original url.
Any idea how I can fix that?
The text was updated successfully, but these errors were encountered:
I'm not sure what this is about
Sorry, something went wrong.
No branches or pull requests
Hello,
Because of MV3 security, I'm trying to embed gtag.js to my browser extension.
The initial call works fine and can load the script, but the script seems to want to call itself again, but with the original url.
Any idea how I can fix that?
The text was updated successfully, but these errors were encountered: