1
0

fix: being able to set birthday into the future

This commit is contained in:
Mar0xy
2023-10-19 13:26:40 +02:00
parent c3f768181a
commit e1e02a6dbc
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const props = defineProps<{
step?: any;
datalist?: string[];
min?: number;
max?: number;
max?: number | string;
inline?: boolean;
debounce?: boolean;
manualSave?: boolean;