From bc7ae3c4bca74e4f7ac2c2caa0d96ab1198bb104 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sun, 4 Feb 2024 01:43:00 +0100 Subject: [PATCH] fix form --- src/EventForm.ce.vue | 119 ++++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 57 deletions(-) diff --git a/src/EventForm.ce.vue b/src/EventForm.ce.vue index 53db6c3..1064079 100644 --- a/src/EventForm.ce.vue +++ b/src/EventForm.ce.vue @@ -4,81 +4,77 @@
- + :class="{ 'opacity-40': !backable }" @click.prevent="back">
- +
-
- + @click="active = index"> +
- + :class="{ 'opacity-40': !nextable }" @click.prevent="next"> @@ -89,25 +85,28 @@
-
+
+
-
- - @@ -135,8 +136,8 @@