Dynamic routes along with manually created?
[issue link]Hello. I am trying to use manually created pages/routes along with dynamically generated, but seems like it is not working.
Is there any option to use Nuxt like this:

wtf route doesn’t work on articles/wtf/ endpoint. Only the routes that comes from API in _section is working.
Since I can’t find proper way to insert components in dynamic routes (that fetch data and then v-html it from API), I want to have an opportunity sometimes create manually rich pages, where I can use components etc, and not being dependent on v-for and v-html schemes.
How to achieve that?