Added E-Mail Sending
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -114,16 +114,8 @@ const setup = async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
console.log(incomeMonths)
|
|
||||||
|
|
||||||
incomeData.value = incomeMonths
|
incomeData.value = incomeMonths
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const days = computed(() => {
|
const days = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user