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.