NihadBadalov 3 weeks ago committed by GitHub
commit 13a6d5d794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,16 @@ export default {
onResize() {
this.windowWidth = window.innerWidth;
this.updateBody();
if (this.$router.currentRoute.value.path === "/dashboard"
|| this.$router.currentRoute.value.path === "/list") {
this.$router.push({
path: this.isMobile
? "/list"
: "/dashboard",
query: this.$router.currentRoute.value?.query,
});
}
},
/**

Loading…
Cancel
Save