#anybody can tell me why my index page doesnt show up ?

1 messages · Page 1 of 1 (latest)

sacred stratus
#

anybody can tell me why my index page doesnt show up ?

quasi shore
#

you are missing app.vue in root folder

<template>
  <NuxtLayout>
    <NuxtPage />
  </NuxtLayout>
</template>

Add this in app.vue and it will work

#

but wait