chore: set default values for optional props in Password

This commit is contained in:
kolaente 2025-05-13 21:20:43 +02:00
parent 10161c033a
commit ae0e8939ed
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ const props = withDefaults(defineProps<{
validateInitially?: boolean,
validateMinLength?: boolean,
}>(), {
tabindex: undefined,
validateMinLength: true,
})