From 1bde1b13d4651826a4fd941f2c532b45aabdbb02 Mon Sep 17 00:00:00 2001 From: Ivelin Ivanov Date: Tue, 2 Jun 2020 12:10:23 -0500 Subject: [PATCH] fix: remove vue keep-alive around timeline vue it turns out infiniteloader does not play nive with vue keep-alive see issue #394 for details --- src/App.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index c77fc36a..015ccf94 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,9 +2,7 @@