diff --git a/src/runtime/components/elements/Alert.vue b/src/runtime/components/elements/Alert.vue index 8855e9e5..e642053e 100644 --- a/src/runtime/components/elements/Alert.vue +++ b/src/runtime/components/elements/Alert.vue @@ -78,7 +78,7 @@ export default defineComponent({ default: () => appConfig.ui.alert.default.closeButton }, actions: { - type: Array as PropType<(Button & { click: Function })[]>, + type: Array as PropType<(Button & { click?: Function })[]>, default: () => [] }, color: {