Skip to content

Commit

Permalink
fix(ButtonGroup): add default types to properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Oct 24, 2023
1 parent 4c2631b commit e4228a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/buttons/button-group/ButtonGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ const props = withDefaults(defineProps<Props<T>>(), {
variant: 'default',
size: undefined,
gap: undefined,
required: false,
modelValue: undefined,
disabled: false,
});
const emit = defineEmits<{
Expand Down

0 comments on commit e4228a7

Please sign in to comment.