From c31e62734cc65a62a2eaf0db71f26d5a485b5682 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Mon, 18 Apr 2022 19:57:47 +0200 Subject: [PATCH] Problem: it's hard to see other photos from an Entry Solution: switch image when clicked --- src/components/Entry.vue | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/src/components/Entry.vue b/src/components/Entry.vue index c3b9974..acaec2f 100644 --- a/src/components/Entry.vue +++ b/src/components/Entry.vue @@ -1,9 +1,9 @@