fix: button prop type
All checks were successful
continuous-integration/drone/pr Build is passing

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

View File

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