Changed to new Layout System

This commit is contained in:
2024-02-23 22:34:39 +01:00
parent 0d86e4c4f9
commit 3924fd79d2
10 changed files with 260 additions and 204 deletions

View File

@@ -26,6 +26,9 @@ const timeColumns = [
</script>
<template>
<UDashboardNavbar title="Anwesenheiten">
</UDashboardNavbar>
<UTable
:rows="dataStore.workingtimes"
:columns="timeColumns"