This commit is contained in:
@@ -67,7 +67,7 @@ TODO:
|
|||||||
// debugger;
|
// debugger;
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
//console.log(msg);
|
//console.log(msg);
|
||||||
vm.$root.$gznotify(msg, { color: "info" });
|
vm.$root.$gznotify(msg, { color: "info", timeout: 10000 });
|
||||||
// if (vm.$root.$gznoitfy(msg, "Are you sure?", { color: "red" })) {
|
// if (vm.$root.$gznoitfy(msg, "Are you sure?", { color: "red" })) {
|
||||||
// alert("YES");
|
// alert("YES");
|
||||||
// } else {
|
// } else {
|
||||||
|
|||||||
@@ -17,14 +17,13 @@
|
|||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-dialog> -->
|
</v-dialog> -->
|
||||||
<v-snackbar v-model="snackbar">
|
<v-snackbar
|
||||||
|
:color="options.color"
|
||||||
|
:value="snackbar"
|
||||||
|
:timeout="options.timeout"
|
||||||
|
>
|
||||||
{{ message }}
|
{{ message }}
|
||||||
<v-btn
|
<v-btn text @click="snackbar = false">
|
||||||
:color="options.color"
|
|
||||||
:timeout="options.timeout"
|
|
||||||
text
|
|
||||||
@click="snackbar = false"
|
|
||||||
>
|
|
||||||
Close
|
Close
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-snackbar>
|
</v-snackbar>
|
||||||
|
|||||||
Reference in New Issue
Block a user