This commit is contained in:
syuilo 2020-02-08 22:23:44 +09:00
parent aa573c0063
commit 26260392a8
2 changed files with 11 additions and 0 deletions

View file

@ -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));
},