From 13738d574baf1c001f3d03959cfceb6882bf3362 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sun, 4 Aug 2024 11:34:55 +0200 Subject: [PATCH] chore(Alert/Toast): remove `template` around description --- src/runtime/components/Alert.vue | 12 +++++------- src/runtime/components/Toast.vue | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/runtime/components/Alert.vue b/src/runtime/components/Alert.vue index 1ba51aac..6667446d 100644 --- a/src/runtime/components/Alert.vue +++ b/src/runtime/components/Alert.vue @@ -92,13 +92,11 @@ const ui = computed(() => alert({ {{ title }} - +
+ + {{ description }} + +
diff --git a/src/runtime/components/Toast.vue b/src/runtime/components/Toast.vue index dc5ab8fa..606c58e5 100644 --- a/src/runtime/components/Toast.vue +++ b/src/runtime/components/Toast.vue @@ -115,13 +115,11 @@ defineExpose({ {{ title }} - + + + {{ description }} + +