We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3acb2 commit cb7d570Copy full SHA for cb7d570
src/App.vue
@@ -11,7 +11,7 @@ import SideBar from '@/components/SideBar.vue'
11
<SideBar />
12
<div class="min-h-full px-4 w-full overflow-hidden">
13
<router-view v-slot="{ Component, route }">
14
- <transition :name="route.meta.transition" mode="out-in">
+ <transition :name="route.meta.transition as string | undefined" mode="out-in">
15
<component :is="Component" />
16
</transition>
17
</router-view>
0 commit comments