Many Changes
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
</UDashboardNavbar>
|
||||
|
||||
<UDashboardPanelContent>
|
||||
<UButton
|
||||
@click="useToast().add({title: 'test'})"
|
||||
>
|
||||
Test
|
||||
</UButton>
|
||||
<UDashboardCard
|
||||
title="Anwesenheiten"
|
||||
v-if="dataStore.getStartedWorkingTimes().length > 0"
|
||||
@@ -50,6 +55,7 @@ definePageMeta({
|
||||
})
|
||||
|
||||
const dataStore = useDataStore()
|
||||
const toast = useToast()
|
||||
|
||||
const { isNotificationsSlideoverOpen } = useDashboard()
|
||||
const items = [[{
|
||||
|
||||
Reference in New Issue
Block a user