diff --git a/layouts/empty.vue b/layouts/empty.vue new file mode 100644 index 0000000..ba9ed5d --- /dev/null +++ b/layouts/empty.vue @@ -0,0 +1,9 @@ + + + + + diff --git a/layouts/error.vue b/layouts/error.vue new file mode 100644 index 0000000..6101cc6 --- /dev/null +++ b/layouts/error.vue @@ -0,0 +1,96 @@ + + + + {{ error.statusCode }} + + {{ error.message || notFound }} + + + {{ backToHomePage }} + + + + + + + +
+ {{ backToHomePage }} +