From 26491afcd10509f0f7d4cf8ea6e108f08f525f64 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 25 Apr 2024 17:57:07 +0200 Subject: [PATCH] fix(Alert): add missing `close` slot --- src/runtime/components/Alert.vue | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/runtime/components/Alert.vue b/src/runtime/components/Alert.vue index a5ca92fc..8f74049c 100644 --- a/src/runtime/components/Alert.vue +++ b/src/runtime/components/Alert.vue @@ -90,17 +90,19 @@ const ui = computed(() => tv({ extend: alert, slots: props.ui })({ - + + +