refactor watcher for flippedcards

This commit is contained in:
Kostya
2024-01-21 10:55:14 +03:00
parent aa4f3583fd
commit 543fef319b

View File

@@ -214,8 +214,10 @@ export default {
}
}
},
flippedCards: function (value) {
console.log(value)
flippedCards: {
handler(value) {
console.log(value)
}
}
},
created() {