NuxtN
Nuxt6mo ago
4 replies
DefNotMC

Pages not working with app.vue

The issue is this:
When i have a /app/app.vue - with even the most minimal template possible:
<template>
  <NuxtPage />
</template>

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>
image.png
Was this page helpful?