section with transparent cards
This commit is contained in:
@@ -99,6 +99,12 @@ export default {
|
||||
menuIsOpen: false,
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
'$route': function() {
|
||||
this.dropdownOpen = false; // Close dropdown on language change
|
||||
this.menuIsOpen = false; // Close mobile menu on language change
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
langcode() {
|
||||
return this.$store.getters.langcode;
|
||||
|
||||
Reference in New Issue
Block a user