added debuger

This commit is contained in:
Kostya
2023-12-17 12:18:55 +03:00
parent d62b06fd55
commit dca2ceceb0

View File

@@ -96,7 +96,7 @@ export default {
}, },
computed: { computed: {
checkOffBtn() { checkOffBtn() {
console.log(this.offBtn !== false && this.agreeUser !== false) console.log(`offbtn = ${this.offBtn} agreeuser = ${this.agreeUser}`)
return this.offBtn === false && this.agreeUser !== false return this.offBtn === false && this.agreeUser !== false
}, },
}, },