fix: warn
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

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

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">
<transition>
<router-view />
</transition>
<router-view v-slot="{ Component }">
<transition>
<component :is="Component" />
</transition>
</router-view>
</QPageContainer>
</QLayout>
</template>