From 64e8a87073f45f915683fca7c55e67a0bd2a4ea2 Mon Sep 17 00:00:00 2001 From: Thiago Petherson Date: Tue, 23 Jul 2024 06:04:55 -0300 Subject: [PATCH] docs(notification): improve example (#1973) --- docs/content/2.components/notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.components/notification.md b/docs/content/2.components/notification.md index 6ff881ac..b04aabb1 100644 --- a/docs/content/2.components/notification.md +++ b/docs/content/2.components/notification.md @@ -29,7 +29,7 @@ export default defineAppConfig({ ui: { notifications: { // Show toasts at the top right of the screen - position: 'top-0 bottom-auto' + position: 'top-0 right-0' } } })