-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Describe the bug
According to
https://bootstrap-vue.org/docs/components/card/#comp-ref-b-card-header
this should render a card with header:
<b-card header-html='<b>strong</b> title'>
test
</b-card>
Steps to reproduce the bug
- see code above
- result: card without a header
Expected behavior
Render a card with header
Versions
Libraries:
- BootstrapVue: 2.2.2
- Bootstrap: 4.4.1
- Vue: 2.6.11
Additional context
I also tried headerHTML
, per
3c6ba3e
and
headerHtml
, per
https://github.com/bootstrap-vue/bootstrap-vue/search?q=headerHTML&type=
None of these work.
<div slot="header">...</div>
does work.
Thanks