test_dev_resolveConflicts #647
|
@ -49,7 +49,7 @@ const formattedTime = computed({
|
|||
time = time.substring(0, 2) + ':' + time.substring(3, 5);
|
||||
}
|
||||
if (!props.timeOnly) {
|
||||
let [hh, mm] = time.split(':');
|
||||
const [hh, mm] = time.split(':');
|
||||
|
||||
const date = new Date(model.value ? model.value : initialDate.value);
|
||||
date.setHours(hh, mm, 0);
|
||||
|
|
Loading…
Reference in New Issue