OleksandrSkibidi
Nested NuxtPage does not work?
So, in two words, I'm trying to use NuxtPage in app.vue to display top level pages, and another one NuxtPage inside the "store.vue" page to display its child "ranks" page inside of it's layout. I was only able to make it work by using a layout for "store.vue" and NuxtLayout in app.vue, but I don't understand the point of layout in this case.
4 replies