Skip to content

Commit 259d133

Browse files
authored
Merge pull request #474 from VividLemon/main
fix(BCardBody): subTitleTag typo fix
2 parents d770566 + ac4e86a commit 259d133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/BCard/BCardBody.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const props = withDefaults(defineProps<BCardBodyProps>(), {
3535
bodyTag: 'div',
3636
overlay: false,
3737
titleTag: 'h4',
38+
subTitleTag: 'h4',
3839
})
3940
4041
const classes = computed(() => ({

0 commit comments

Comments
 (0)