Static GitHub Issues

[627] Nested Routes index without <nuxt-child>

prev: Apply .page-leave when same component is used but (dynamic) route changes
next: Documentation for older Nuxt versions

Currently, with nested routes, such as in the example, the /pages/index/index.vue gets injected into /pages/index.vue this means that I can't have a different outer page for the / route vs /:id route. Imagine instead of putting Please select an user. into the right container, I wanted to display a whole different page. The current file api does not allow that.

<!--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/c547">#c547</a>)</em></sub></div>