NuxtN
Nuxt13mo ago
Marvix

index.vue has no content

Why /pages/index.vue showing without content?

index.vue
<template>
  <div>
    <h1 class="text-center text-3xl font-bold">Home</h1>
  </div>
</template>

app.vue
<template>
  <div>
    <NuxtPage />
  </div>
</template>


The about page has no issue.
image.png
Was this page helpful?