Skip to content

Commit

Permalink
fix(playground): make "conditional render props" compile (sveltejs#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikRusso authored Oct 22, 2024
1 parent 8a55ea2 commit 752ef88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
</script>

<Profile>
{#snippet}Bob{/snippet}
{#snippet name()}Bob{/snippet}
{#snippet email()}[email protected]{/snippet}
</Profile>

<Profile>
{#snippet}Alice{/snippet}
{#snippet name()}Alice{/snippet}
{#snippet phone()}12345678{/snippet}
</Profile>

0 comments on commit 752ef88

Please sign in to comment.