Hide subnavigation on navigation

This commit is contained in:
Ramon Wenger 2019-07-17 11:26:33 +02:00
parent dae832b98d
commit 12b580a94a
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@
}
},
watch: {
$route(to, from) {
this.show = false;
}
},
methods: {
close() {
this.show = false;