@@ -217,12 +217,12 @@ You can control the wrapper element tags used by setting the `header-tag` and `f
217217 </b-card >
218218
219219 <b-card title =" Title" header-tag =" header" footer-tag =" footer" >
220- <template v-slot: header >
220+ <template # header >
221221 <h6 class =" mb-0" >Header Slot</h6 >
222222 </template >
223223 <b-card-text >Header and footers using slots.</b-card-text >
224224 <b-button href =" #" variant =" primary" >Go somewhere</b-button >
225- <template v-slot: footer >
225+ <template # footer >
226226 <em >Footer Slot</em >
227227 </template >
228228 </b-card >
@@ -247,7 +247,7 @@ card.
247247 img-alt =" Image"
248248 img-top
249249 >
250- <template v-slot: header >
250+ <template # header >
251251 <h4 class =" mb-0" >Hello World</h4 >
252252 </template >
253253
@@ -510,7 +510,7 @@ Integrate [`<b-nav>`](/docs/components/nav) into card headers easily.
510510``` html
511511<div >
512512 <b-card title =" Card Title" body-class =" text-center" header-tag =" nav" >
513- <template v-slot: header >
513+ <template # header >
514514 <b-nav card-header tabs >
515515 <b-nav-item active >Active</b-nav-item >
516516 <b-nav-item >Inactive</b-nav-item >
@@ -580,7 +580,7 @@ When using card groups with footers, their content will automatically line up.
580580 This is a wider card with supporting text below as a natural lead-in to additional content.
581581 This content is a little bit longer.
582582 </b-card-text >
583- <template v-slot: footer >
583+ <template # footer >
584584 <small class =" text-muted" >Last updated 3 mins ago</small >
585585 </template >
586586 </b-card >
@@ -589,7 +589,7 @@ When using card groups with footers, their content will automatically line up.
589589 <b-card-text >
590590 This card has supporting text below as a natural lead-in to additional content.
591591 </b-card-text >
592- <template v-slot: footer >
592+ <template # footer >
593593 <small class =" text-muted" >Last updated 3 mins ago</small >
594594 </template >
595595 </b-card >
@@ -599,7 +599,7 @@ When using card groups with footers, their content will automatically line up.
599599 This is a wider card with supporting text below as a natural lead-in to additional content.
600600 This card has even longer content than the first to show that equal height action.
601601 </b-card-text >
602- <template v-slot: footer >
602+ <template # footer >
603603 <small class =" text-muted" >Last updated 3 mins ago</small >
604604 </template >
605605 </b-card >
@@ -623,7 +623,7 @@ automatically line up.
623623 This is a wider card with supporting text below as a natural lead-in to additional content.
624624 This content is a little bit longer.
625625 </b-card-text >
626- <template v-slot: footer >
626+ <template # footer >
627627 <small class =" text-muted" >Last updated 3 mins ago</small >
628628 </template >
629629 </b-card >
@@ -632,7 +632,7 @@ automatically line up.
632632 <b-card-text >
633633 This card has supporting text below as a natural lead-in to additional content.
634634 </b-card-text >
635- <template v-slot: footer >
635+ <template # footer >
636636 <small class =" text-muted" >Last updated 3 mins ago</small >
637637 </template >
638638 </b-card >
@@ -642,7 +642,7 @@ automatically line up.
642642 This is a wider card with supporting text below as a natural lead-in to additional content.
643643 This card has even longer content than the first to show that equal height action.
644644 </b-card-text >
645- <template v-slot: footer >
645+ <template # footer >
646646 <small class =" text-muted" >Last updated 3 mins ago</small >
647647 </template >
648648 </b-card >
@@ -716,7 +716,7 @@ set them to display: inline-block as column-break-inside: avoid isn't a bulletpr
716716 This is a wider card with supporting text below as a natural lead-in to additional content.
717717 This card has even longer content than the first.
718718 </b-card-text >
719- <template v-slot: footer >
719+ <template # footer >
720720 <small class =" text-muted" >Footer Text</small >
721721 </template >
722722 </b-card >
0 commit comments