mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
show back to homepage on whoops pages
This commit is contained in:
parent
e70d0ba7d0
commit
518545df29
@ -7,7 +7,7 @@
|
||||
<h1>{{ error.statusCode }} </h1>
|
||||
<h4> {{ $route.path }} </h4>
|
||||
<pre class="error-box"><code>{{ error.message }}</code></pre>
|
||||
<p v-if="error.statusCode === 404">
|
||||
<p v-if="error.statusCode === 404 || error.statusCode === 'Whoops!'">
|
||||
<nuxt-link class="error-link" to="/">Back to the home page</nuxt-link>
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user