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' } } })