We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c7524 commit 5040566Copy full SHA for 5040566
src/components/card/card.js
@@ -64,7 +64,7 @@ export default {
64
}
65
66
if (props.noBody) {
67
- content = $slots.default
+ content = $slots.default || []
68
} else {
69
// Wrap content in card-body
70
content = [h(BCardBody, { props: pluckProps(bodyProps, props) }, $slots.default)]
0 commit comments