diff --git a/packages/@vuepress/theme-default/components/PageNav.vue b/packages/@vuepress/theme-default/components/PageNav.vue index c6597131ba..94d7e283be 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 }} - {{ next.title || next.path }} + {{ next.title || next.path }} + {{ next.title || next.path }}

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