Pages not working with app.vue
The issue is this:
When i have a /app/app.vue - with even the most minimal template possible:
It fails to load any page I request, such as "index.vue", "coolpage.vue"
The page is basically app.vue, but without the <NuxtPage />...
If i add some content to app.vue - it displays the content
The console displays this warning when i try to load the page or any pages:
When i have a /app/app.vue - with even the most minimal template possible:
It fails to load any page I request, such as "index.vue", "coolpage.vue"
The page is basically app.vue, but without the <NuxtPage />...
If i add some content to app.vue - it displays the content
The console displays this warning when i try to load the page or any pages:
WARN Create a Vue component in the pages/ directory to enable <NuxtPage>

