update loading state to empty div, might need a loading state
This commit is contained in:
parent
451ea31fa6
commit
1982c3f21f
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue