From 4dbc6240c5ef3508bba51401bf78d0b0931f2ba2 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 14 Nov 2023 17:21:39 +0100 Subject: [PATCH] docs: prevent `UNotifications` slot `#description` override Otherwise it alters the display of the Notification examples where actions moves under the title. --- docs/app.vue | 4 ---- docs/components/content/examples/NotificationExampleHtml.vue | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/app.vue b/docs/app.vue index 276b3a19cf..028a5ed720 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -17,10 +17,6 @@ - - diff --git a/docs/components/content/examples/NotificationExampleHtml.vue b/docs/components/content/examples/NotificationExampleHtml.vue index 3ebfe1864f..84553704c1 100644 --- a/docs/components/content/examples/NotificationExampleHtml.vue +++ b/docs/components/content/examples/NotificationExampleHtml.vue @@ -3,5 +3,5 @@ const toast = useToast()