Refactor #4819
parent
08b31ea2cc
commit
2afca20d5b
|
@ -102,6 +102,7 @@ export default {
|
||||||
|
|
||||||
query.addEventListener('change', () => {
|
query.addEventListener('change', () => {
|
||||||
this.queryMatches = query.matches;
|
this.queryMatches = query.matches;
|
||||||
|
this.mobileActive = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
beforeUnmount() {
|
beforeUnmount() {
|
||||||
|
|
Loading…
Reference in New Issue