From b243e8c94649a50358a5961d45b5f48c6c670383 Mon Sep 17 00:00:00 2001 From: 171H <40647432+171h@users.noreply.github.com> Date: Mon, 7 Aug 2023 04:22:36 +0800 Subject: [PATCH] fix(Alert): fix wrong type of `actions` (#507) --- src/runtime/components/elements/Alert.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/components/elements/Alert.vue b/src/runtime/components/elements/Alert.vue index 59d0393a..c5146378 100644 --- a/src/runtime/components/elements/Alert.vue +++ b/src/runtime/components/elements/Alert.vue @@ -76,7 +76,7 @@ export default defineComponent({ default: () => appConfig.ui.alert.default.closeButton }, actions: { - type: Array as PropType