diff --git a/error.vue b/error.vue new file mode 100644 index 0000000..72f0480 --- /dev/null +++ b/error.vue @@ -0,0 +1,35 @@ + + + + + {{ $t('error.title') }} {{ error.statusCode }} + + + + + {{ $t('error.page404') }} + + + + {{ $t('error.home') }} + + + + + + {{ $t('error.description') }} + + + + {{ $t('error.action') }} → + + {{ error.message }} + + + + + + +
+ {{ $t('error.page404') }} +
+ + {{ $t('error.home') }} + +
+ {{ $t('error.description') }} +
+ {{ $t('error.action') }} → +
{{ error.message }}