fix: button prop type (#1966)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1966 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
297d283090
commit
f91424f693
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const props = defineProps({
|
||||||
default: 'primary',
|
default: 'primary',
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
type: String,
|
type: [String, Array],
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
loading: {
|
loading: {
|
||||||
|
|
Loading…
Reference in a new issue