fixed bug without deep in flippedcards watcher

This commit is contained in:
Kostya
2024-01-21 10:57:57 +03:00
parent 543fef319b
commit a59b2ce666

View File

@@ -217,7 +217,8 @@ export default {
flippedCards: { flippedCards: {
handler(value) { handler(value) {
console.log(value) console.log(value)
} },
deep: true
} }
}, },
created() { created() {