From aae96b57bb529266f824b0961630b104a477c694 Mon Sep 17 00:00:00 2001 From: Ivan Velev Date: Fri, 4 Feb 2022 14:55:45 -0800 Subject: [PATCH] added fullId to v-for loops for safety of rendering and default unique IDs value to fullId in model; researched and tested showing multiple collections on same timeline; --- pywb/vueui/src/components/Timeline.vue | 4 ++-- pywb/vueui/src/model.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pywb/vueui/src/components/Timeline.vue b/pywb/vueui/src/components/Timeline.vue index a63b5d4c..5fc89732 100644 --- a/pywb/vueui/src/components/Timeline.vue +++ b/pywb/vueui/src/components/Timeline.vue @@ -19,14 +19,14 @@