mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
first crack at context-driven store
This commit is contained in:
@@ -7,12 +7,13 @@
|
||||
</script>
|
||||
|
||||
<script>
|
||||
export let preloading;
|
||||
import { preloading } from '@sapper/app';
|
||||
|
||||
export let child;
|
||||
export let rootPreloadFunctionRan;
|
||||
</script>
|
||||
|
||||
{#if preloading}
|
||||
{#if $preloading}
|
||||
<progress class='preloading-progress' value=0.5/>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user