mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-22 06:15:18 +00:00
Merge branch 'issues/73' of https://github.com/btakita/sapper-template into btakita-issues/73
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
<p>{error.message}</p>
|
<p>{error.message}</p>
|
||||||
|
|
||||||
|
{#if NODE_ENV === 'development'}
|
||||||
|
<pre>{error.stack}</pre>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
h1, p {
|
h1, p {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -26,4 +30,12 @@
|
|||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
helpers {
|
||||||
|
NODE_ENV: process.env.NODE_ENV
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user