From 26260392a8b2cc4135e54d499a30afb9524a86fb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 8 Feb 2020 22:23:44 +0900 Subject: Fix bug --- src/client/app.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client') diff --git a/src/client/app.vue b/src/client/app.vue index ee177b1200..f405d17acb 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -206,6 +206,7 @@ export default Vue.extend({ $route(to, from) { this.pageKey++; this.notificationsOpen = false; + this.showNav = false; this.canBack = (window.history.length > 0 && !['index'].includes(to.name)); }, -- cgit v1.2.3-freya