Static GitHub Issues

[2256] Dynamic routes generation for multiple component in NUXT

prev: Transition broken with Dynamic routes
next: The fetch method does not have a callback param.

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

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1979">#c1979</a>)</em></sub></div>