WIP Изменила интервал

This commit is contained in:
Daria Golova
2022-10-14 19:26:13 +03:00
parent f212958f86
commit b8f2caa04d

View File

@@ -54,7 +54,7 @@ export default {
this.timer = setInterval(() => {
this.changeCurrentTime();
this.changeHoursArray();
}, 5000);
}, 30000);
}
},
changeCurrentTime() {