move toasts to top right corner

This commit is contained in:
Gamebrary 2021-05-10 10:12:23 -07:00
parent f06f241ed8
commit 6f4be86a69

View file

@ -2,7 +2,7 @@
export default {
BToast: {
toaster: 'b-toaster-bottom-center',
toaster: 'b-toaster-top-right',
autoHideDelay: 1000,
bodyClass: 'text-center',
},