A simple hack to handle unknown dynamic nested routes in NUXT JS

ยท

1 min read

If you don't know how deeply nested your dynamic routes will be in the NUXT project, you can simply create a folder in the pages directory and name your .vue file as _.vue It will automatically handle all the nested routes for you ๐Ÿ˜€

For any queries, you can reach me on LinkedIn and follow me on Github.

ย