Remove warning

pull/213/head
cagataycivici 2020-02-27 10:51:24 +03:00
parent fd007fef76
commit b9ad90877b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export default {
handler(to) {
let route = window.location.href.split('/#')[1];
if (to.path === route) {
gtag('config', 'UA-93461466-1', {
window['gtag']('config', 'UA-93461466-1', {
'page_path': '/primevue' + to.path
});
}