Files
front-pc/app.vue

7 lines
86 B
Vue

<template>
<div>
<NuxtLoadingIndicator />
<NuxtPage />
</div>
</template>