Static GitHub Issues

[2982] Multiple dynamic routes on same level impossible with Nuxt?

prev: [BUG] build.watch doesn't handle `~`
next: context.isClient has been deprecated, without any context.isClient in source code

I am trying to have such thing:

pages/
--| _section/
-----| index.vue
--| _slug/
-----| index.vue
--| index.vue

But looks like it doesn't work with Nuxt.

Is there any way to accomplish this?

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