Skip to content

Commit

Permalink
WIP: add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
gokh4nozturk committed Aug 22, 2023
1 parent e0f442a commit f980541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TabItem/RTabItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const props = withDefaults(defineProps<IProps>(), {
modelValue: '',
tile: false,
block: false,
color: '',
});
const emit = defineEmits(['update:modelValue', 'click:icon']);
Expand Down

0 comments on commit f980541

Please # to comment.