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

View File

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