lint
This commit is contained in:
parent
7b83c2bf1d
commit
44531b0d08
@ -129,15 +129,6 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="css">
|
||||
.cursor-default {
|
||||
cursor: auto;
|
||||
}
|
||||
.cursor-not-allowed {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script setup>
|
||||
import { DateTime } from 'luxon'
|
||||
import useVacationTypeInfo from '@/Composables/vacationTypeInfo'
|
||||
@ -224,3 +215,12 @@ function getVacationInfo(day) {
|
||||
return day.isVacation ? props.vacations[day.date.toISODate()] : props.pendingVacations[day.date.toISODate()]
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="css">
|
||||
.cursor-default {
|
||||
cursor: auto;
|
||||
}
|
||||
.cursor-not-allowed {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user