From fd20fcb3de6e3a6f554f236c0438e0a904db96cf Mon Sep 17 00:00:00 2001 From: philipp lang Date: Thu, 28 Dec 2023 00:33:12 +0100 Subject: [PATCH] add active watcher --- src/Eventform.ce.vue | 113 ++++++++++++++++++--------------- src/components/fields/Text.vue | 12 +--- 2 files changed, 64 insertions(+), 61 deletions(-) diff --git a/src/Eventform.ce.vue b/src/Eventform.ce.vue index e767037..872b396 100644 --- a/src/Eventform.ce.vue +++ b/src/Eventform.ce.vue @@ -4,75 +4,73 @@
- + :class="{ 'opacity-40': !backable }" @click.prevent="back">
- +
-
- + @click="active = index"> +
- + :class="{ 'opacity-40': !nextable }" @click.prevent="next"> @@ -83,25 +81,28 @@
-
+
+
-
- - @@ -129,8 +132,8 @@