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