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 @@