diff --git a/client/src/components/TopNavigation.vue b/client/src/components/TopNavigation.vue index 67332120..4501c953 100644 --- a/client/src/components/TopNavigation.vue +++ b/client/src/components/TopNavigation.vue @@ -3,6 +3,7 @@
Inhalte @@ -11,12 +12,14 @@
- Räume + Räume
- Portfolio + Portfolio
@@ -40,6 +43,9 @@ methods: { isActive(linkName) { return linkName === 'book' && this.$route.path.indexOf('module') > -1; + }, + hideMobileNavigation() { + this.$store.dispatch('showMobileNavigation', false); } } } diff --git a/client/src/components/book-navigation/BookTopicNavigation.vue b/client/src/components/book-navigation/BookTopicNavigation.vue index f635094f..83671191 100644 --- a/client/src/components/book-navigation/BookTopicNavigation.vue +++ b/client/src/components/book-navigation/BookTopicNavigation.vue @@ -1,11 +1,12 @@