This commit is contained in:
@@ -67,7 +67,7 @@ TODO:
|
||||
// debugger;
|
||||
// eslint-disable-next-line no-console
|
||||
//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" })) {
|
||||
// alert("YES");
|
||||
// } else {
|
||||
|
||||
@@ -17,14 +17,13 @@
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog> -->
|
||||
<v-snackbar v-model="snackbar">
|
||||
<v-snackbar
|
||||
:color="options.color"
|
||||
:value="snackbar"
|
||||
:timeout="options.timeout"
|
||||
>
|
||||
{{ message }}
|
||||
<v-btn
|
||||
:color="options.color"
|
||||
:timeout="options.timeout"
|
||||
text
|
||||
@click="snackbar = false"
|
||||
>
|
||||
<v-btn text @click="snackbar = false">
|
||||
Close
|
||||
</v-btn>
|
||||
</v-snackbar>
|
||||
|
||||
Reference in New Issue
Block a user