diff options
Diffstat (limited to 'layouts/error.vue')
| -rw-r--r-- | layouts/error.vue | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/layouts/error.vue b/layouts/error.vue deleted file mode 100644 index 7dcd20d..0000000 --- a/layouts/error.vue +++ /dev/null @@ -1,19 +0,0 @@ -<template> - <v-container> - <h1 v-if="error.statusCode === 404" class="display-3 text-center">Whoops! 404 Error</h1> - <h1 v-else>Whoops! An error occurred</h1> - <p class="text-center display-1">Hmm, it seems like this page either didn't exist or something went wrong...</p> - <p class="text-center display-1"><nuxt-link to="/">Home</nuxt-link></p> - </v-container> -</template> - -<script> -export default { - name: 'error', - props: ['error'] -} -</script> - -<style scoped> - -</style> |
