mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
fix(Alert): fix wrong type of actions (#507)
This commit is contained in:
@@ -76,7 +76,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: {
|
||||
|
||||
Reference in New Issue
Block a user