Skip to content

Commit 16844d3

Browse files
chore(slots): fix typo (vuejs#1557)
Fix a confusion between header and footer
1 parent 75a3a72 commit 16844d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Named scoped slots work similarly - slot props are accessible as the value of th
405405
</template>
406406
407407
<template #footer="footerProps">
408-
{{ headerProps }}
408+
{{ footerProps }}
409409
</template>
410410
</MyComponent>
411411
```

0 commit comments

Comments
 (0)