This commit is contained in:
Joep 2023-09-10 17:57:21 +02:00
parent 245da0ffdc
commit 5d7960746d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ export const useLayoutStore = defineStore("layout", {
},
showError() {
this.show = "error";
console.error(' error')
console.error(" error");
},
showSuccess() {
this.show = "success";