debuging with logs

This commit is contained in:
sanjayk03-dev
2025-09-21 01:37:52 +05:30
parent 6eb2739426
commit 9b72d7c5cc
2 changed files with 4 additions and 3 deletions

View File

@@ -251,6 +251,9 @@ module.exports = new Vue({
// Explicitly access the easy-adapter property to establish reactivity
const easyAdapterValue = this.config.settings["easy-adapter"];
console.log("1",easyAdapterValue);
console.log("2",this.config)
// Return true only if explicitly set to true
return easyAdapterValue === true;