mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-23 13:08:50 +02:00
hotfix transform origin
This commit is contained in:
@ -35,8 +35,8 @@ window.addEventListener("resize", updateMobile);
|
||||
<MenuBar />
|
||||
<RouterView v-slot="{ Component, route }">
|
||||
<transition name="scale" mode="out-in">
|
||||
<div :key="route.name ?? ''">
|
||||
<component :is="Component" class="origin-near-top" />
|
||||
<div :key="route.name ?? ''" class="origin-near-top">
|
||||
<component :is="Component" />
|
||||
</div>
|
||||
</transition>
|
||||
</RouterView>
|
||||
|
Reference in New Issue
Block a user