I am not sure if I understand it right:
not supporting "children" in routes means we cannot user <router-view>
in vue components, and therefore means all vue files in /pages
are parallel stand-alone pages and cannot be nested. Since theres is actually no "parent component" and "child component", we have no way to pass props
and slots
into a component in /pages
. The only way to pass something in a component is via router params.
Is that correct?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c16">#c16</a>)</em></sub></div>