no restriccion en fechas de casos especiales

This commit is contained in:
2021-12-10 14:22:02 -06:00
parent ce45a65b6d
commit ccdb091a62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ export default {
},
data() {
return {
minDate1: new Date('2020-01-01'),
minDate1: new Date('2020-01-02'),
nuevo: {},
}
},
@@ -185,7 +185,7 @@ export default {
fechaInicio: new Date(),
fechaNacimiento: new Date(),
file: {},
minDate: new Date(),
minDate: new Date('2020-01-02'),
minDate2: new Date(),
}
},