You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of manually updating the NavBar.vue component with each new router entry, use the router config in frontend/router/index.ts in such a way that this can be used to dynamically fill the NavBar component.
Instead of manually updating the
NavBar.vuecomponent with each new router entry, use the router config infrontend/router/index.tsin such a way that this can be used to dynamically fill the NavBar component.