diff --git a/science-quest/src/components/jeux/kahoot/KahootPartie.vue b/science-quest/src/components/jeux/kahoot/KahootPartie.vue index 5c89ade..257d32d 100644 --- a/science-quest/src/components/jeux/kahoot/KahootPartie.vue +++ b/science-quest/src/components/jeux/kahoot/KahootPartie.vue @@ -34,7 +34,8 @@ export default { score:{ pointsGagne:0, }, - pointsAnimation:0 + pointsAnimation:0, + partieTerminee:false, } }, mounted(){ @@ -76,7 +77,7 @@ export default { this.compteAReboursId=window.setInterval(this.calculerCompteARebours,22) } } - ) + ).catch(ex=>this.partieTerminee=true) }, obtenirScores(){ this.resetEtats() //cacher l'etat precedent @@ -174,6 +175,7 @@ export default {