1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

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

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}