title: "Duplicate ✘",
variant: "danger",
noCloseButton: true,
+ toaster: "b-toaster-bottom-right",
}
);
},
this.$bvToast.toast("Cannot save note without a title ✘", {
variant: "danger",
noCloseButton: true,
+ toaster: "b-toaster-bottom-right",
});
return;
}
this.$bvToast.toast("Note saved ✓", {
variant: "success",
noCloseButton: true,
+ toaster: "b-toaster-bottom-right",
});
},
parent.$bvToast.toast("Note deleted ✓", {
variant: "success",
noCloseButton: true,
+ toaster: "b-toaster-bottom-right",
});
})
.catch(function(error) {
title: "Unknown Error",
variant: "danger",
noCloseButton: true,
+ toaster: "b-toaster-bottom-right",
}
);
},
parent.$bvToast.toast("Incorrect Username or Password ✘", {
variant: "danger",
noCloseButton: true,
+ toaster: "b-toaster-bottom-right",
});
} else {
EventBus.$emit("unhandledServerError");