Added E-Mail Sending

This commit is contained in:
2024-09-30 18:34:33 +02:00
parent 782f97afcc
commit c1282c613e
2 changed files with 12 additions and 8 deletions

View File

@@ -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", label: "E-Mail",
to: "/email", to: "/email",

View File

@@ -114,16 +114,8 @@ const setup = async () => {
}) })
}) })
console.log(incomeMonths)
incomeData.value = incomeMonths incomeData.value = incomeMonths
} }
const days = computed(() => { const days = computed(() => {