docs: fix type (#14064)

this slot name should be `footer` instead it was `header`
pull/14067/head
Abu 5 days ago committed by GitHub
parent 4715dfaad2
commit ca58039e3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -376,7 +376,7 @@ If you wanted multiple UI placeholders, you had to use named slots. In Svelte 5,
</main>
<footer>
---<slot name="header" />---
---<slot name="footer" />---
+++{@render footer()}+++
</footer>
```

Loading…
Cancel
Save