Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
enable leave-absolute of <v-fade-transition> in AppMain.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Aug 28, 2023
1 parent 5337458 commit 1af8109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AppMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</router-view>
<v-main>
<router-view v-slot="{ Component, route }">
<v-fade-transition>
<v-fade-transition leave-absolute>
<component :key="route.path" :is="Component" />
</v-fade-transition>
</router-view>
Expand Down

0 comments on commit 1af8109

Please sign in to comment.