1
0

fix: date format

This commit is contained in:
kolaente
2021-12-29 17:08:33 +01:00
parent c24b8af00d
commit 729aa7d4cc
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ const flatPickerConfig = computed(() => ({
inline: true,
mode: 'range',
locale: {
firstDayOf7Days: weekStart,
firstDayOf7Days: weekStart.value,
},
}))