diff --git a/docs/content/5.overlays/6.notification.md b/docs/content/5.overlays/6.notification.md index 02f08fdc..f1230a97 100644 --- a/docs/content/5.overlays/6.notification.md +++ b/docs/content/5.overlays/6.notification.md @@ -6,8 +6,6 @@ github: true First of all, add the `Notifications` component to your app, preferably inside `app.vue`. -This component will render by default the notifications at the bottom right of the screen. You can configure its behaviour in the `app.config.ts` through `ui.notifications`. - ```vue [app.vue]