chore: make prop optional in Datepicker
This commit is contained in:
parent
de26f32758
commit
fcaf5abbf4
|
|
@ -46,7 +46,7 @@ import {useI18n} from 'vue-i18n'
|
|||
|
||||
const props = withDefaults(defineProps<{
|
||||
modelValue: Date | null | string,
|
||||
chooseDateLabel: string,
|
||||
chooseDateLabel?: string,
|
||||
disabled?: boolean,
|
||||
}>(), {
|
||||
modelValue: null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue