Skip to content

Commit

Permalink
fix(input-image): add missing default value for :size
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jan 22, 2024
1 parent 28a675b commit 3b32ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/SInputImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const props = withDefaults(defineProps<{
hideError?: boolean
validation?: Validatable
}>(), {
size: 'small',
imageType: 'rectangle',
imageWidth: '96px',
imageAspectRatio: '1 / 1',
Expand Down

0 comments on commit 3b32ec1

Please sign in to comment.