From 639d0c9ed80aff1f24d5b512e98680cd32ed97d5 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Fri, 4 Jan 2019 14:34:32 +0000 Subject: [PATCH] refactored image viewer out GalleryPage --- components/GalleryImageViewer.vue | 58 +++++++++++++++++++++++++++++++ components/GalleryPage.vue | 35 ++++--------------- 2 files changed, 64 insertions(+), 29 deletions(-) create mode 100644 components/GalleryImageViewer.vue diff --git a/components/GalleryImageViewer.vue b/components/GalleryImageViewer.vue new file mode 100644 index 0000000..271143b --- /dev/null +++ b/components/GalleryImageViewer.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/components/GalleryPage.vue b/components/GalleryPage.vue index 3fb4adb..10df42b 100644 --- a/components/GalleryPage.vue +++ b/components/GalleryPage.vue @@ -1,12 +1,8 @@