This commit is contained in:
EwelinaLasowy
2022-03-22 14:44:19 +01:00
parent fca0b0593c
commit 675687ebc8
11 changed files with 11 additions and 13 deletions

View File

@@ -39,4 +39,4 @@
defineProps({
absences: Object,
})
</script>
</script>

View File

@@ -73,4 +73,4 @@ defineProps({
})
const { findType } = useVacationTypeInfo()
</script>
</script>

View File

@@ -43,4 +43,4 @@
defineProps({
holidays: Object,
})
</script>
</script>

View File

@@ -59,4 +59,4 @@ defineProps({
})
const { findType } = useVacationTypeInfo()
</script>
</script>

View File

@@ -71,4 +71,4 @@ import VacationChart from '@/Shared/VacationChart'
defineProps({
stats: Object,
})
</script>
</script>

View File

@@ -32,4 +32,4 @@
defineProps({
user: Object,
})
</script>
</script>