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