diff --git a/src/components/input/button.vue b/src/components/input/button.vue index 07e0ad2f2..cae9bc15d 100644 --- a/src/components/input/button.vue +++ b/src/components/input/button.vue @@ -43,7 +43,7 @@ const props = defineProps({ default: 'primary', }, icon: { - type: String, + type: [String, Array], default: '', }, loading: {