debuging with logs
This commit is contained in:
@@ -251,6 +251,9 @@ module.exports = new Vue({
|
|||||||
|
|
||||||
// Explicitly access the easy-adapter property to establish reactivity
|
// Explicitly access the easy-adapter property to establish reactivity
|
||||||
const easyAdapterValue = this.config.settings["easy-adapter"];
|
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 true only if explicitly set to true
|
||||||
return easyAdapterValue === true;
|
return easyAdapterValue === true;
|
||||||
|
|||||||
@@ -34,9 +34,7 @@
|
|||||||
|
|
||||||
:global(.easy-adapter-dialog .mdc-dialog__surface) {
|
:global(.easy-adapter-dialog .mdc-dialog__surface) {
|
||||||
z-index: 10002 !important;
|
z-index: 10002 !important;
|
||||||
width: 50vw !important;
|
width: 30vw !important;
|
||||||
height: 35vh !important;
|
|
||||||
max-width: 50vw !important;
|
max-width: 50vw !important;
|
||||||
max-height: 35vh !important;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user