diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index dd05c569..e46419e0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,9 @@ <nav-panel></nav-panel> <notifications v-if="currentUser"></notifications> </sidebar> - <router-view></router-view> + <transition name="fade"> + <router-view></router-view> + </transition> </div> </div> </template> |
