Ran lin
This commit is contained in:
parent
245da0ffdc
commit
5d7960746d
@ -39,7 +39,7 @@ export const useLayoutStore = defineStore("layout", {
|
|||||||
},
|
},
|
||||||
showError() {
|
showError() {
|
||||||
this.show = "error";
|
this.show = "error";
|
||||||
console.error(' error')
|
console.error(" error");
|
||||||
},
|
},
|
||||||
showSuccess() {
|
showSuccess() {
|
||||||
this.show = "success";
|
this.show = "success";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user