added debugger for value

This commit is contained in:
Kostya
2024-01-23 22:03:09 +03:00
parent 455503c484
commit 6f69a21c5a

View File

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