From c5c0cce9349f2eba7ac6fb36d80a12eecea20420 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Wed, 13 Mar 2024 16:06:40 +0100 Subject: [PATCH] Lint --- src/EventForm.ce.vue | 111 +++++++++++++++++++++---------------------- 1 file changed, 55 insertions(+), 56 deletions(-) diff --git a/src/EventForm.ce.vue b/src/EventForm.ce.vue index 05cdbb6..8207aea 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,28 +89,25 @@
-
-
+
-
- - @@ -136,8 +135,8 @@