WIP Исправила переключение страниц

This commit is contained in:
Daria Golova
2022-12-05 14:04:07 +03:00
parent c50c549e33
commit 4fae48c151
3 changed files with 48 additions and 19 deletions

View File

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