index.vue has no content
Why
index.vue
app.vue
The about page has no issue.
/pages/index.vue showing without content?index.vue
app.vue
The about page has no issue.

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