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 @@
diff --git a/src/components/Gallery/GalleryThumbnailList.vue b/src/components/Gallery/GalleryThumbnailList.vue
new file mode 100644
index 0000000..d1bf2ac
--- /dev/null
+++ b/src/components/Gallery/GalleryThumbnailList.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Gallery/ImageViewer.vue b/src/components/Gallery/ImageViewer.vue
index e830975..2ecb28e 100644
--- a/src/components/Gallery/ImageViewer.vue
+++ b/src/components/Gallery/ImageViewer.vue
@@ -1,23 +1,38 @@
-
+
-
-
-
\ No newline at end of file