router check added for gtag
parent
005d192afc
commit
1693834a99
|
@ -49,6 +49,10 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window['gtag']('config', 'UA-93461466-1', {
|
||||||
|
page_path: '/primevue' + to.path
|
||||||
|
});
|
||||||
|
|
||||||
this.sidebarActive = false;
|
this.sidebarActive = false;
|
||||||
DomHandler.removeClass(document.body, 'blocked-scroll');
|
DomHandler.removeClass(document.body, 'blocked-scroll');
|
||||||
this.$toast.removeAllGroups();
|
this.$toast.removeAllGroups();
|
||||||
|
|
Loading…
Reference in New Issue