From e8898d15a667ba66e78828315e3cc4e92845cd3f Mon Sep 17 00:00:00 2001
From: Benjamin Canac
Date: Thu, 13 Jun 2024 11:15:27 +0200
Subject: [PATCH] fix(Alert/Notification): use `div` for description
Resolves #1551
---
src/runtime/components/elements/Alert.vue | 4 ++--
src/runtime/components/overlays/Notification.vue | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/runtime/components/elements/Alert.vue b/src/runtime/components/elements/Alert.vue
index 83c660b5..857e6d03 100644
--- a/src/runtime/components/elements/Alert.vue
+++ b/src/runtime/components/elements/Alert.vue
@@ -14,11 +14,11 @@
{{ title }}
-
+
{{ description }}
-
+
diff --git a/src/runtime/components/overlays/Notification.vue b/src/runtime/components/overlays/Notification.vue
index 43c1faa9..f79dbd19 100644
--- a/src/runtime/components/overlays/Notification.vue
+++ b/src/runtime/components/overlays/Notification.vue
@@ -18,11 +18,11 @@
{{ title }}
-
+
{{ description }}
-
+