From 527bf23a65d589ca91ee41be83ebf5d14748ee0b Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sat, 3 Feb 2024 23:11:46 +0100 Subject: [PATCH] Lint --- src/EventForm.ce.vue | 197 +++++++++++++++++++------------------------ 1 file changed, 89 insertions(+), 108 deletions(-) diff --git a/src/EventForm.ce.vue b/src/EventForm.ce.vue index d379766..3ffdac5 100644 --- a/src/EventForm.ce.vue +++ b/src/EventForm.ce.vue @@ -4,77 +4,81 @@
- + :class="{'opacity-40': !backable}" + @click.prevent="back" + >
- +
-
- + @click="active = index" + > +
- + :class="{'opacity-40': !nextable}" + @click.prevent="next" + > @@ -85,30 +89,25 @@
-
-
+
-
- - @@ -138,55 +135,47 @@