diff --git a/src/components/Gallery/GalleryImage.vue b/src/components/Gallery/GalleryImage.vue index 3b8a84e..9ae0543 100644 --- a/src/components/Gallery/GalleryImage.vue +++ b/src/components/Gallery/GalleryImage.vue @@ -8,7 +8,7 @@ print:hidden bg-white dark:bg-slate-800 - dark:border-slate-800" + dark:border-slate-600" >
-
-
- -
-
+ import { ref, computed, watch } from 'vue' +import GalleryThumbnailList from './GalleryThumbnailList.vue'; const props = defineProps({ images: { diff --git a/src/components/Gallery/GalleryThumbnail.vue b/src/components/Gallery/GalleryThumbnail.vue index 71080d5..91640ba 100644 --- a/src/components/Gallery/GalleryThumbnail.vue +++ b/src/components/Gallery/GalleryThumbnail.vue @@ -1,10 +1,10 @@