This commit is contained in:
Paolo Possanzini
2018-01-16 11:47:42 +01:00
parent 855d6848c8
commit dfcd8ed03c
2 changed files with 9 additions and 9 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+8 -8
View File
@@ -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();
},