Vue 3 menu deselects when using parameter in route
See original GitHub issueHi, Im facing the same issue as #176.
But Im currently working on Vue 3 with version 5.0.1 on the next branch and I cannot find alias
or exactPath
to achieve the result in the issue above.
So I wonder is there any way to do this on Vue 3.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Menu deselects when using parameter in route #176 - GitHub
Hey, I'm having great success so far using the sidebar, but I can't figure out how to keep a menu item selected when...
Read more >Vue Router - Routes with parameters - Stack Overflow
I suggest to use children routes like this: { path: '/plant', component: plantComponent, children: [ { path: ':name', ...
Read more >Vue JS 3 Tutorial for Beginners #8 - The Vue Router - YouTube
In this Vue 3 tutorial we'll take a look at the Vue Router in ... uo the Vue Router, how to use Router...
Read more >Routing in Vue3: Navigating the Options - CODE Magazine
Shawn Wildermuth demonstrates how to use Vue Routing in a single page ... This article also explores RouterView, RouterLinks, Route Parameters .
Read more >vue-sidebar-menu - Bountysource
I am integrating it into a legacy app that does some weird stuff the the URLs such as attaching session parameters. When I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
fixed in v5.1.0
i am working on it