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,
|
time_24hr: true,
|
||||||
inline: true,
|
inline: true,
|
||||||
mode: 'range',
|
mode: 'range',
|
||||||
locale: {
|
/*locale: {
|
||||||
// FIXME: This seems to always contain the default value
|
// FIXME: This seems to always contain the default value - that breaks the picker
|
||||||
firstDayOfWeek: weekStart,
|
firstDayOfWeek: weekStart,
|
||||||
},
|
},*/
|
||||||
}))
|
}))
|
||||||
|
|
||||||
const dateRange = ref<string>('')
|
const dateRange = ref<string>('')
|
||||||
|
|
Loading…
Reference in a new issue