docs(notification): improve example (#1973)

This commit is contained in:
Thiago Petherson
2024-07-23 06:04:55 -03:00
committed by Benjamin Canac
parent 720c44dd5e
commit 64e8a87073

View File

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