forked from coracle/flotilla
Fix failure to navigate, quote transitions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import {page} from "$app/stores"
|
||||
</script>
|
||||
|
||||
{#key $page.params.relay}
|
||||
<slot />
|
||||
{/key}
|
||||
@@ -60,5 +60,7 @@
|
||||
<MenuSpace {url} />
|
||||
</SecondaryNav>
|
||||
<Page>
|
||||
<slot />
|
||||
{#key $page.url.pathname}
|
||||
<slot />
|
||||
{/key}
|
||||
</Page>
|
||||
|
||||
Reference in New Issue
Block a user