This commit is contained in:
@@ -51,6 +51,11 @@ export default {
|
||||
this.store.snackbar.color = color;
|
||||
this.store.snackbar.timeout = timeout;
|
||||
this.store.snackbar.show = true;
|
||||
},
|
||||
debug(...args){
|
||||
if (this.store?.prefs?.debug){
|
||||
console.log(...args);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user