From 45da7f0625af71a512af41e4ef63e605a314be91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Peixoto?= Date: Thu, 21 Jan 2021 19:39:13 +0000 Subject: [PATCH] feat: add 404 page --- src/.vuepress/theme/components/Footer.vue | 2 +- .../theme/components/base/Transitions.vue | 8 +------ src/.vuepress/theme/layouts/404.vue | 22 ++++++++++++++----- src/.vuepress/theme/layouts/GlobalLayout.vue | 6 ++--- src/.vuepress/theme/layouts/Layout.vue | 4 ++-- 5 files changed, 23 insertions(+), 19 deletions(-) diff --git a/src/.vuepress/theme/components/Footer.vue b/src/.vuepress/theme/components/Footer.vue index c7cfd334..f44762cf 100644 --- a/src/.vuepress/theme/components/Footer.vue +++ b/src/.vuepress/theme/components/Footer.vue @@ -1,5 +1,5 @@ @@ -36,10 +34,6 @@ export default { type: Boolean, default: false, }, - withKey: { - type: String, - default: null, - }, beforeEnter: Func, enter: Func, afterEnter: Func, diff --git a/src/.vuepress/theme/layouts/404.vue b/src/.vuepress/theme/layouts/404.vue index a6eb941e..14cbb88a 100644 --- a/src/.vuepress/theme/layouts/404.vue +++ b/src/.vuepress/theme/layouts/404.vue @@ -1,10 +1,14 @@