diff --git a/playground/app.config.ts b/playground/app.config.ts index a8795b04..ac8a35cc 100644 --- a/playground/app.config.ts +++ b/playground/app.config.ts @@ -2,7 +2,7 @@ export default defineAppConfig({ toaster: { position: 'bottom-right' as const, expand: true, - duration: 60000 + duration: 5000 }, ui: { primary: 'sky', diff --git a/playground/pages/toast.vue b/playground/pages/toast.vue index fc4a87d8..710ba846 100644 --- a/playground/pages/toast.vue +++ b/playground/pages/toast.vue @@ -109,7 +109,7 @@ function removeToast () {