Refactor #4820
parent
2afca20d5b
commit
75d6867507
|
@ -97,6 +97,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