Nested child-route does not expand the URL #10555
Unanswered
DevKame
asked this question in
Help/Questions
Replies: 1 comment
-
remove the leading slash in the child root's path. a leading slash means it should be an absolut path, not a relative one. Docs: https://router.vuejs.org/guide/essentials/nested-routes.html#Nested-Routes
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My router looks like this:
router.ts:
When entering
localhost/
i want to redirect to route "projects" which is a child of "overview", so i expect this route to be opened:localhost/overview/projects
but onlylocalhost/projects
is opened?why and how do i solve that problem?
Beta Was this translation helpful? Give feedback.
All reactions