From ab402a32f1634dbcef05136c4a9c819dc61889a2 Mon Sep 17 00:00:00 2001 From: szymon Date: Mon, 17 Jun 2024 09:03:08 +0200 Subject: [PATCH] section image lightbox --- src/components/plugin/SectionImage.vue | 404 +++++++++++++------------ 1 file changed, 216 insertions(+), 188 deletions(-) diff --git a/src/components/plugin/SectionImage.vue b/src/components/plugin/SectionImage.vue index f444598..f6063e1 100644 --- a/src/components/plugin/SectionImage.vue +++ b/src/components/plugin/SectionImage.vue @@ -1,200 +1,228 @@ - \ No newline at end of file + modalOpen: function () { + this.modalBox = !this.modalBox + //this.getItems(); + } + } +} +