From f603a8bc87d4fc1915929968c1a3689155c9edad Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 28 Jan 2019 08:47:48 +0000 Subject: [PATCH] added query parameters to galleries page --- components/GalleryFeatured.vue | 7 +++++++ components/GalleryPage.vue | 3 +++ pages/galleries.vue | 7 +++++++ 3 files changed, 17 insertions(+) diff --git a/components/GalleryFeatured.vue b/components/GalleryFeatured.vue index 6d2ace0..3a501bd 100644 --- a/components/GalleryFeatured.vue +++ b/components/GalleryFeatured.vue @@ -17,6 +17,13 @@ export default { type: Array, required: true }, + galleryActive: { + type: Number, + required: false, + default () { + return 0 + }, + } }, } diff --git a/components/GalleryPage.vue b/components/GalleryPage.vue index 883ceba..847b3e6 100644 --- a/components/GalleryPage.vue +++ b/components/GalleryPage.vue @@ -12,6 +12,7 @@

My Galleries