Skip to content

Commit

Permalink
docs(App): add router-view transition
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 18, 2024
1 parent 26c72b3 commit 60218ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/docs/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<template>
<router-view />
<router-view v-slot="{ Component }">
<v-fade-transition appear>
<component :is="Component" />
</v-fade-transition>
</router-view>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 60218ee

Please sign in to comment.