Files
project1/app.vue

8 lines
150 B
Vue

<template>
<NuxtExampleLayout >
<NuxtLoadingIndicator />
<NuxtLayout>
<NuxtPage/>
</NuxtLayout>
</NuxtExampleLayout>
</template>