update loading state to empty div, might need a loading state

This commit is contained in:
kevmodrome 2020-04-02 16:40:14 +02:00
parent 451ea31fa6
commit 1982c3f21f
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@
</div> </div>
{#await promise} {#await promise}
should probably load this in a nicer way <!-- This should probably be some kind of loading state? -->
<div />
{:then} {:then}
<slot /> <slot />
{/await} {/await}