mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
refactor watcher for flippedcards
This commit is contained in:
@@ -214,9 +214,11 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
flippedCards: function (value) {
|
flippedCards: {
|
||||||
|
handler(value) {
|
||||||
console.log(value)
|
console.log(value)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
const AUTHTOKEN = GetCookie('AUTHTOKEN')
|
const AUTHTOKEN = GetCookie('AUTHTOKEN')
|
||||||
|
|||||||
Reference in New Issue
Block a user