fix: disable broken stuff
This commit is contained in:
parent
b274a796d4
commit
378f782d44
1 changed files with 3 additions and 3 deletions
|
@ -44,10 +44,10 @@ const flatPickerConfig = computed(() => ({
|
|||
time_24hr: true,
|
||||
inline: true,
|
||||
mode: 'range',
|
||||
locale: {
|
||||
// FIXME: This seems to always contain the default value
|
||||
/*locale: {
|
||||
// FIXME: This seems to always contain the default value - that breaks the picker
|
||||
firstDayOfWeek: weekStart,
|
||||
},
|
||||
},*/
|
||||
}))
|
||||
|
||||
const dateRange = ref<string>('')
|
||||
|
|
Loading…
Reference in a new issue