Skip to content

Commit

Permalink
fix: fixed little glitch around router view
Browse files Browse the repository at this point in the history
  • Loading branch information
raulghm committed Jun 29, 2019
1 parent 5480d1b commit 7f691b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<div class="App-body">
<v-header v-if="$route.name !== 'splash'"/>
<transition name="fade">
<router-view />
<div>
<router-view />
</div>
</transition>
</div>
</div>
Expand Down

0 comments on commit 7f691b5

Please sign in to comment.