Files
sapper/test/app/routes/index.html
2018-07-05 09:04:38 -04:00

7 lines
136 B
HTML

{#if preloading}
<progress class='preloading-progress' value=0.5/>
{/if}
<svelte:component this={child.component} {...child.props}/>