From 185a3cf10ac0a12fdeb7cc01f79a9ead19bcd6d7 Mon Sep 17 00:00:00 2001 From: RemiSaurel Date: Sun, 14 Aug 2022 09:47:11 +0200 Subject: [PATCH] fix timeout --- src/components/Pomodoro.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pomodoro.vue b/src/components/Pomodoro.vue index 5eba6ba..9d1960e 100644 --- a/src/components/Pomodoro.vue +++ b/src/components/Pomodoro.vue @@ -122,7 +122,7 @@ export default { } this.prettyTime() this.countDownTimer() - }, 1) + }, 1000) } }, changeDots() {