Skip to content

Commit

Permalink
feat(router): add animation to router changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Mar 2, 2022
1 parent 63a71e2 commit 4843759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<Notification group="worker" position="bottom right" />
<v-main>
<div class="content">
<router-view />
<transition name="fadeDown" mode="out-in">
<router-view />
</transition>
</div>
</v-main>
<fabComponent />
Expand Down
3 changes: 0 additions & 3 deletions src/views/home/components/hero-component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ export default {
animatedArray: {
randEmoji: ' ',
},
aboutData: {
image: 'https://i.ibb.co/b27v0Xf/profile-2.webp',
},
}),
computed: {
heroButtons() {
Expand Down

0 comments on commit 4843759

Please sign in to comment.