diff --git a/layouts/error.vue b/layouts/error.vue index 3b535fee..9c965d36 100644 --- a/layouts/error.vue +++ b/layouts/error.vue @@ -1,44 +1,87 @@ - - {{ pageNotFound }} - - - {{ otherError }} - - - Home page - + + + + + + + + + + + + + Page not found, sorry. + + + Back + + + + + + + {{this.error ? this.error.message : 'An error occurred'}} + + + Back + + + - -