Iustin G 7 days ago committed by GitHub
commit ca339d91fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -70,10 +70,10 @@ Similarly, if you only want to show the error state, you can omit the `then` blo
```
> [!NOTE] You can use `#await` with [`import(...)`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) to render components lazily:
>
> ```svelte
> {#await import('./Component.svelte') then { default: Component }}
> <Component />
> {/await}
> ```
```svelte
{#await import('./Component.svelte') then { default: Component }}
<Component />
{/await}
```

Loading…
Cancel
Save