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 @@