+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ export const BCard = /*#__PURE__*/ Vue.extend({
58
58
}
59
59
}
60
60
61
-
if (props.header || hasNormalizedSlot('header', $scopedSlots, $slots)) {
61
+
if (props.header || props.headerHtml || hasNormalizedSlot('header', $scopedSlots, $slots)) {
62
62
header = h(
63
63
BCardHeader,
64
64
{ props: pluckProps(headerProps, props) },
@@ -72,7 +72,7 @@ export const BCard = /*#__PURE__*/ Vue.extend({
72
72
content = [h(BCardBody, { props: pluckProps(bodyProps, props) }, [...content])]
73
73
}
74
74
75
-
if (props.footer || hasNormalizedSlot('footer', $scopedSlots, $slots)) {
75
+
if (props.footer || props.footerHtml || hasNormalizedSlot('footer', $scopedSlots, $slots)) {
76
76
footer = h(
77
77
BCardFooter,
78
78
{
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4