position of toast changed to bottom-right

This commit is contained in:
Julie Lenaerts 2021-12-09 10:38:04 +01:00
parent 455b225f49
commit 8a4748dc2d

View File

@ -23,7 +23,7 @@ if (root === 'app') {
.use(store) .use(store)
.use(i18n) .use(i18n)
.use(VueToast, { .use(VueToast, {
position: "top", position: "bottom-right",
type: "error", type: "error",
duration: 5000, duration: 5000,
dismissible: true dismissible: true