mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:07:08 +00:00
Fix showSnack in main.js
This commit is contained in:
@@ -62,9 +62,7 @@ new Vue({
|
|||||||
|
|
||||||
showSnack(text, colour = "primary") {
|
showSnack(text, colour = "primary") {
|
||||||
console.log("showSnack", text, colour);
|
console.log("showSnack", text, colour);
|
||||||
this.snackColour = colour;
|
this.$store.dispatch("showSnack", [text, colour]);
|
||||||
this.snackText = text;
|
|
||||||
this.snack = true;
|
|
||||||
},
|
},
|
||||||
|
|
||||||
sendJwt () {
|
sendJwt () {
|
||||||
|
|||||||
Reference in New Issue
Block a user