diff --git a/src/main.js b/src/main.js index 029454c0..443db82a 100644 --- a/src/main.js +++ b/src/main.js @@ -70,8 +70,8 @@ app }, }) .use(Vue3Toastify, { - autoClose: false, - position: toastify.POSITION.BOTTOM_LEFT, + autoClose: 4000, + position: toastify.POSITION.BOTTOM_RIGHT, width: "auto", limit: 3, })