From 519a47d846e9347622970292cb767546a432e82f Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Fri, 4 Jan 2019 13:10:41 +0000 Subject: [PATCH] refactor GalleryPage into separate components --- components/GalleryFeatured.vue | 56 ++++++++++++++ components/GalleryPage.vue | 114 ++++------------------------- components/GalleryThumbs.vue | 129 +++++++++++++++++++++++++++++++++ components/NavArrow.vue | 29 ++++++++ 4 files changed, 229 insertions(+), 99 deletions(-) create mode 100644 components/GalleryFeatured.vue create mode 100644 components/GalleryThumbs.vue create mode 100644 components/NavArrow.vue diff --git a/components/GalleryFeatured.vue b/components/GalleryFeatured.vue new file mode 100644 index 0000000..75aea33 --- /dev/null +++ b/components/GalleryFeatured.vue @@ -0,0 +1,56 @@ + + + + + diff --git a/components/GalleryPage.vue b/components/GalleryPage.vue index ca1e75b..97afcef 100644 --- a/components/GalleryPage.vue +++ b/components/GalleryPage.vue @@ -8,35 +8,22 @@ + + diff --git a/components/NavArrow.vue b/components/NavArrow.vue new file mode 100644 index 0000000..470677a --- /dev/null +++ b/components/NavArrow.vue @@ -0,0 +1,29 @@ + + + + +