A simple hack to handle unknown dynamic nested routes in NUXT JS
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...
Jun 2, 20221 min read155
