added debugger

This commit is contained in:
Kostya
2024-01-23 22:01:22 +03:00
parent 883ae2ef23
commit 455503c484

View File

@@ -272,6 +272,7 @@ export default {
this.offEventPointers = false this.offEventPointers = false
this.flippedCards = [] this.flippedCards = []
this.gamesCircle = 0 this.gamesCircle = 0
console.log(this.gameStart)
} }
} }