Added Page Events

Added WeekNumbers to DatePicker
Changed Coloring in DatePicker
This commit is contained in:
2024-04-07 14:21:14 +02:00
parent 092f3aa6bd
commit d7fafda78e
7 changed files with 372 additions and 141 deletions

View File

@@ -30,9 +30,7 @@ const date = computed({
const attrs = [{
key: 'today',
highlight: {
color: 'green',
fillMode: 'outline',
class: '!bg-gray-100 dark:!bg-gray-800'
},
dates: new Date()
}]
@@ -40,11 +38,13 @@ const attrs = [{
<template>
<VCalendarDatePicker
show-weeknumbers
v-model="date"
:mode="props.mode"
is24hr
transparent
borderless
color="green"
:attributes="attrs"
:is-dark="isDark"
title-position="left"