We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c035ec commit 162d8acCopy full SHA for 162d8ac
documentation/docs/20-core-concepts/10-routing.md
@@ -50,7 +50,7 @@ Pages can receive data from `load` functions via the `data` prop.
50
<div>{@html data.content}</div>
51
```
52
53
-> [!LEGACY] In Svelte 4
+> [!LEGACY]
54
> In Svelte 4, you'd use `export let data` instead
55
56
> [!NOTE] Note that SvelteKit uses `<a>` elements to navigate between routes, rather than a framework-specific `<Link>` component.
0 commit comments