feat(Toast): implement progress duration

Resolves #51
This commit is contained in:
Benjamin Canac
2024-04-11 15:40:37 +02:00
parent 7350e8e46b
commit d726e4ddac
5 changed files with 29 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ export default defineAppConfig({
toaster: {
position: 'bottom-right' as const,
expand: true,
duration: 60000
duration: 5000
},
ui: {
primary: 'sky',