DEV Community

Discussion on: Dynamic Menu In Vue

Collapse
 
ktiedt profile image
Karl Tiedt

Have you tried to apply this to routes that require dynamic route data? For example, a user's profile page? Or a link to a specific article ID?

Curious how that would be wired in the router-link element...

Collapse
 
ahmed7fathi profile image
Ahmed7fathi

Have u figured out this yet ?

Collapse
 
ptheodosiou profile image
Pantelis Theodosiou

Sorry for late answer Karl and @ahmed7fathi
Sure you can have dynamic routes like in every VueJS project. You will need to specify the names of the routes, but you can easily have dynamic route matching.
I'll update the project if you would like to take a look.