Hide subnavigation on navigation
This commit is contained in:
parent
dae832b98d
commit
12b580a94a
|
|
@ -29,6 +29,12 @@
|
|||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
$route(to, from) {
|
||||
this.show = false;
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
close() {
|
||||
this.show = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue