This commit is contained in:
Javier Segarra 2024-12-30 10:26:06 +01:00
parent ecfb6cc4eb
commit 242ea99e61
1 changed files with 5 additions and 3 deletions
src/layouts

View File

@ -4,9 +4,11 @@
class="fullscreen row justify-center items-center layout-view scroll"
>
<QPageContainer class="column q-pa-md row items-center justify-center">
<router-view v-slot="{ Component }">
<transition>
<router-view />
<component :is="Component" />
</transition>
</router-view>
</QPageContainer>
</QLayout>
</template>