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 78329ba685
commit 129cdbb1a6
1 changed files with 2 additions and 1 deletions

View File

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