From e0aa34d5409ad0ce1fcb87cd180dba4b05918207 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 30 Jan 2024 01:49:44 +0100 Subject: [PATCH] fix tailwindcss import --- index.html | 48 ++++++---- src/Eventform.ce.vue | 199 ++++++++++++++++++++++----------------- src/Eventoverview.ce.vue | 16 ++-- src/main.js | 24 +++-- 4 files changed, 161 insertions(+), 126 deletions(-) diff --git a/index.html b/index.html index f4a00b6..64e6609 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,32 @@ - - - - Vite + Vue - - - - - - + + + + Vite + Vue + + + + + + diff --git a/src/Eventform.ce.vue b/src/Eventform.ce.vue index 49c945f..14d675a 100644 --- a/src/Eventform.ce.vue +++ b/src/Eventform.ce.vue @@ -4,75 +4,77 @@
- + :class="{ 'opacity-40': !backable }" @click.prevent="back">
- +
-
- + @click="active = index"> +
- + :class="{ 'opacity-40': !nextable }" @click.prevent="next"> @@ -83,25 +85,30 @@
-
+
+
-
- - @@ -129,47 +138,55 @@