Dynamic routes generation for multiple component in NUXT
[issue link]Hi all,
I have routes like the following,
/:make/:model // --> showing model content. (@here routes are dynamic)
/:section/:slug // --> showing some other section article here. (@here routes are dynamic)
How to define the folder structure for these routes and generate the routes? help need please