From 1743ea91d58815dcfc6d4847e051921f6c1d3125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 19 May 2023 10:01:43 +0200 Subject: [PATCH] chore(Notifications): simplify how to position them (#190) Co-authored-by: Benjamin Canac --- docs/content/5.overlays/6.notification.md | 15 +++++++++++++-- src/runtime/app.config.ts | 4 +++- src/runtime/components/overlays/Notifications.vue | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) 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]