[FEAT] Disable page nav. anim.
This commit is contained in:
14
src/App.vue
14
src/App.vue
@@ -7,9 +7,7 @@
|
||||
<Breadcrumbs class="mb-6" />
|
||||
|
||||
<router-view v-slot="{ Component }">
|
||||
<transition name="fade" mode="out-in">
|
||||
<component :is="Component" />
|
||||
</transition>
|
||||
<component :is="Component" />
|
||||
</router-view>
|
||||
</div>
|
||||
|
||||
@@ -88,14 +86,4 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user