no restriccion en fechas de casos especiales
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user