Skip to content

Commit

Permalink
feat: fermeture automatique des toast
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireDucharme committed Dec 10, 2024
1 parent f7f998d commit 47806ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit 47806ff

Please sign in to comment.