8 lines
119 B

<script>
import Child from './Child.html';
export let visible;
</script>
{#if visible}
<Child>delayed</Child>
{/if}