fix: button prop type
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2022-05-20 22:22:00 +02:00
parent 2c270d063e
commit bf1b2ace34
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const props = defineProps({
default: 'primary',
},
icon: {
type: String,
type: [String, Array],
default: '',
},
loading: {