Skip to content

Commit d787394

Browse files
authored
Merge pull request #471 from Efficy/main
Fix: subtitle should be undefined by default
2 parents ab9efb0 + 1424108 commit d787394

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)