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,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')