mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
Slot-based routing (#573)
This commit is contained in:
@@ -1 +1,7 @@
|
||||
<svelte:component this={child.component} {...child.props}/>
|
||||
<h1>{status}</h1>
|
||||
|
||||
<p>{error.message}</p>
|
||||
|
||||
{#if process.env.NODE_ENV === 'development'}
|
||||
<pre>{error.stack}</pre>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user