Replies: 1 comment
-
I belive you can use |
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
-
Not sure the best way to name this or if this is more of just a general vue-router question, but I have a folder/URL structure that I want to use so that a user is able to manage multiple groups and each group will have the same child navigation just with different ID's for each one. Might be easier to show then explain.
The folder structure is like

and I'm generating the menus with
Links end up like
but of course because the slug is all the same for the 2 link types they all get marked as active when you go into and one of them like so

Is this doable? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions