fix: button prop type #1966

Merged
konrad merged 1 commits from dpschen/frontend:feature/chore-fix-button-prop-type into main 2022-05-22 15:49:38 +00:00
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: {