Update default.vue
parent
fe50da913e
commit
fdf4871211
|
@ -41,25 +41,20 @@ export default {
|
|||
});
|
||||
}
|
||||
},
|
||||
/* watch: {
|
||||
watch: {
|
||||
$route: {
|
||||
immediate: true,
|
||||
handler(to) {
|
||||
// Todo: Check this again
|
||||
if (!process.client || typeof window === 'undefined') {
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
window['gtag']('config', 'UA-93461466-1', {
|
||||
'page_path': '/primevue' + to.path
|
||||
});
|
||||
|
||||
this.sidebarActive = false;
|
||||
DomHandler.removeClass(document.body, 'blocked-scroll');
|
||||
this.$toast.removeAllGroups();
|
||||
}
|
||||
}
|
||||
}, */
|
||||
},
|
||||
methods: {
|
||||
onMenuButtonClick() {
|
||||
if (this.sidebarActive) {
|
||||
|
|
Loading…
Reference in New Issue