Skip to content

Commit 1424108

Browse files
committed
Fix: subtitle should be undefined by default
1 parent 96123d4 commit 1424108

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/BCard/BCardBody.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ interface BCardBodyProps {
3434
const props = withDefaults(defineProps<BCardBodyProps>(), {
3535
bodyTag: 'div',
3636
overlay: false,
37-
subTitle: 'h4',
3837
titleTag: 'h4',
3938
})
4039

0 commit comments

Comments
 (0)