fixed bug with type object - flippedcard

This commit is contained in:
Kostya
2024-01-21 10:36:19 +03:00
parent dac434e39e
commit 469a579cf1

View File

@@ -264,7 +264,7 @@ export default {
this.flippedCards.splice(this.flippedCards.indexOf(index), 1);
console.log(index, this.flippedCards)
} else {
this.flippedCards.push(index);
this.flippedCards = index;
}
},
stepsEndOfWord(index) {