From e77106fa1fa37f621fe00b3f297508afd3f38e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 16 Jan 2021 18:19:02 +0100 Subject: [PATCH] turn in VideoScroll into its own component --- app/src/components/VideoScroll.vue | 81 +++++++++---------------- app/src/components/VideoScrollImage.vue | 72 ++++++++++++++++++++++ 2 files changed, 102 insertions(+), 51 deletions(-) create mode 100644 app/src/components/VideoScrollImage.vue diff --git a/app/src/components/VideoScroll.vue b/app/src/components/VideoScroll.vue index 511366b..efa72f5 100644 --- a/app/src/components/VideoScroll.vue +++ b/app/src/components/VideoScroll.vue @@ -1,26 +1,28 @@ @@ -28,9 +30,16 @@ + + +