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 248c2aa commit ffcb1c7Copy full SHA for ffcb1c7
content/tutorial/02-advanced-svelte/09-special-elements/02-svelte-component/README.md
@@ -27,7 +27,7 @@ We _could_ do this with a sequence of `if` blocks...
27
{/each}
28
</select>
29
30
-+++<svelte:component this={selected.component}/>+++
++++<svelte:component this={selected.component} />+++
31
```
32
33
The `this` value can be any component constructor, or a falsy value — if it's falsy, no component is rendered.
0 commit comments