chore: set default values for optional props in Password
This commit is contained in:
parent
10161c033a
commit
ae0e8939ed
|
|
@ -45,6 +45,7 @@ const props = withDefaults(defineProps<{
|
|||
validateInitially?: boolean,
|
||||
validateMinLength?: boolean,
|
||||
}>(), {
|
||||
tabindex: undefined,
|
||||
validateMinLength: true,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue