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(() => {