merge
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -84,14 +84,14 @@ export default {
|
||||
);
|
||||
|
||||
// SHOW Toasts notifications
|
||||
iziToast.show({
|
||||
theme:"dark",
|
||||
message: "test",
|
||||
icon: "fa fa-refresh fa-spin fa-2x fa-fw",
|
||||
position: "bottomLeft", animateInside: false, timeout: false,
|
||||
transitionIn: 'fadeInRight',
|
||||
transitionOut: 'fadeOut',
|
||||
})
|
||||
// iziToast.show({
|
||||
// theme:"dark",
|
||||
// message: "test",
|
||||
// icon: "fa fa-refresh fa-spin fa-2x fa-fw",
|
||||
// position: "bottomLeft", animateInside: false, timeout: false,
|
||||
// transitionIn: 'fadeInRight',
|
||||
// transitionOut: 'fadeOut',
|
||||
// })
|
||||
|
||||
this.hub = new Hub();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user