mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 11:35:28 +00:00
7 lines
136 B
HTML
7 lines
136 B
HTML
{#if preloading}
|
|
<progress class='preloading-progress' value=0.5/>
|
|
{/if}
|
|
|
|
<svelte:component this={child.component} {...child.props}/>
|
|
|