navigation enhancement

This commit is contained in:
Julian Krauser 2024-12-23 14:06:15 +01:00
parent 2853835d31
commit b3125a26da
3 changed files with 11 additions and 7 deletions

View file

@ -58,8 +58,8 @@ export default defineComponent({
this.updateTopLevel();
this.updateNavigation();
});
this.updateTopLevel(true);
this.updateNavigation(true);
this.updateTopLevel();
this.updateNavigation();
},
beforeUnmount() {
this.resetNavigation();