Skip to content

Commit

Permalink
fix: router view without transition
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jul 21, 2024
1 parent add8592 commit 9d1f474
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/valaxy/client/components/ValaxyApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,5 @@ useSchemaOrg([
<ValaxyThemeApp />
<ValaxyAddons />
<ValaxyUserApp />
<router-view v-slot="{ Component, route }">
<transition name="app-transition">
<component :is="Component" :key="route" />
</transition>
</router-view>
<router-view />
</template>

1 comment on commit 9d1f474

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://669d0880b2a594729f9ebc44--valaxy.netlify.app

Please sign in to comment.