svelte/test/runtime/samples/if-block-or/main.html

4 lines
40 B

{#if a || b}
<p>i am visible</p>
{/if}