Skip to content

Commit

Permalink
fix: remove vue keep-alive around timeline vue
Browse files Browse the repository at this point in the history
it turns out infiniteloader does not play nive with vue keep-alive
see issue #394 for details
  • Loading branch information
ivelin committed Jun 2, 2020
1 parent e095212 commit 1bde1b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<template>
<v-lazy>
<amb-app-frame v-if="$route.name !== 'home'">
<keep-alive>
<router-view />
</keep-alive>
<router-view />
</amb-app-frame>

<v-app v-else>
Expand Down

0 comments on commit 1bde1b1

Please sign in to comment.