Skip to content

Commit ac4e86a

Browse files
author
issayah
committed
fix(BCardBody): subTitleTag typo fix
The previous #471 was supposed to be subTitleTag, rather than removed outright
1 parent d770566 commit ac4e86a

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)