From d343785b515806076bc43f49392a6f7db9a3b209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Wed, 14 Sep 2022 23:14:44 +0000 Subject: [PATCH] EventDate component --- ui/src/components/calendar/EventDate.vue | 39 ++++++++++++++++++++++++ ui/src/components/calendar/EventItem.vue | 22 +++++-------- 2 files changed, 46 insertions(+), 15 deletions(-) create mode 100644 ui/src/components/calendar/EventDate.vue diff --git a/ui/src/components/calendar/EventDate.vue b/ui/src/components/calendar/EventDate.vue new file mode 100644 index 0000000..55360d7 --- /dev/null +++ b/ui/src/components/calendar/EventDate.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/ui/src/components/calendar/EventItem.vue b/ui/src/components/calendar/EventItem.vue index cd8e3cc..d49d31c 100644 --- a/ui/src/components/calendar/EventItem.vue +++ b/ui/src/components/calendar/EventItem.vue @@ -1,11 +1,6 @@