fix timeout

This commit is contained in:
RemiSaurel
2022-08-14 09:47:11 +02:00
parent 24684677d9
commit 185a3cf10a
+1 -1
View File
@@ -122,7 +122,7 @@ export default {
}
this.prettyTime()
this.countDownTimer()
}, 1)
}, 1000)
}
},
changeDots() {