From 68527a612a05128c2800cf13ada2135b0bd38589 Mon Sep 17 00:00:00 2001 From: mercs600 Date: Sat, 21 Mar 2020 19:40:54 +0100 Subject: [PATCH] feat(layouts): add page content for error pages (#19) --- example/layouts/error.vue | 6 +++++ lib/templates/middleware/context.js | 37 +++++++++++++++++++---------- 2 files changed, 30 insertions(+), 13 deletions(-) diff --git a/example/layouts/error.vue b/example/layouts/error.vue index 4b74a0d6..2d79e2b8 100644 --- a/example/layouts/error.vue +++ b/example/layouts/error.vue @@ -1,6 +1,12 @@