Skip to content

Commit f2d7b54

Browse files
Fix tipo
1 parent 2c9fb74 commit f2d7b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/components/two-list-headerslots.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<div
23-
slot="footer"
23+
slot="header"
2424
class="btn-group list-group-item"
2525
role="group"
2626
aria-label="Basic example"
@@ -44,7 +44,7 @@
4444
</div>
4545

4646
<div
47-
slot="footer"
47+
slot="header"
4848
class="btn-group list-group-item"
4949
role="group"
5050
aria-label="Basic example"

0 commit comments

Comments
 (0)