From 91a8be45de83fd3351e2f2513cc3f2b6d165416d Mon Sep 17 00:00:00 2001 From: ludanxer Date: Sat, 26 Oct 2019 14:44:40 +0800 Subject: [PATCH 1/7] draft --- .../@vuepress/theme-default/components/PageNav.vue | 7 +++++-- packages/docs/docs/guide/frontmatter.md | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/packages/@vuepress/theme-default/components/PageNav.vue b/packages/@vuepress/theme-default/components/PageNav.vue index c6597131ba..3f4399b025 100644 --- a/packages/@vuepress/theme-default/components/PageNav.vue +++ b/packages/@vuepress/theme-default/components/PageNav.vue @@ -3,11 +3,13 @@

← - {{ prev.title || prev.path }} + {{ prev.title || prev.path }} + {{ prev.path }} - {{ next.title || next.path }} + {{ next.title || next.path }} + {{ next.path }}

@@ -98,6 +100,7 @@ function flatten (items, res) { } } +