WIP Добавлены уведомления при некорректном ДУЛ

This commit is contained in:
Daria Golova
2022-12-06 18:17:00 +03:00
parent bc95fbcfb7
commit 4b4a4917e4
2 changed files with 22 additions and 32 deletions

View File

@@ -192,7 +192,7 @@ export default {
this.timer = null;
},
startTimer() {
this.countdown = 10;
this.countdown = 30;
this.timer = setInterval(() => {
this.changeCountdown();
}, 1000);