From c1282c613ec408f323b1dd35b07c5eca6161bd9a Mon Sep 17 00:00:00 2001 From: flfeders Date: Mon, 30 Sep 2024 18:34:33 +0200 Subject: [PATCH] Added E-Mail Sending --- components/MainNav.vue | 12 ++++++++++++ components/displayIncomeAndExpenditure.vue | 8 -------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/components/MainNav.vue b/components/MainNav.vue index f8382b0..f3b5acb 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -42,6 +42,18 @@ const links = computed(() => { }, ] }, + { + label: "Kommunikation", + icon: "i-heroicons-megaphone", + defaultOpen: false, + children: [ + { + label: "E-Mail", + to: "/email/new", + icon: "i-heroicons-envelope" + } + ] + }, /*{ label: "E-Mail", to: "/email", diff --git a/components/displayIncomeAndExpenditure.vue b/components/displayIncomeAndExpenditure.vue index e6277df..4058167 100644 --- a/components/displayIncomeAndExpenditure.vue +++ b/components/displayIncomeAndExpenditure.vue @@ -114,16 +114,8 @@ const setup = async () => { }) }) - console.log(incomeMonths) incomeData.value = incomeMonths - - - - - - - } const days = computed(() => {