mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
refactor watcher for flippedcards
This commit is contained in:
@@ -214,8 +214,10 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
flippedCards: function (value) {
|
||||
console.log(value)
|
||||
flippedCards: {
|
||||
handler(value) {
|
||||
console.log(value)
|
||||
}
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user