We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d858e43 commit dbda574Copy full SHA for dbda574
packages/@vuepress/theme-default/components/PageNav.vue
@@ -7,7 +7,8 @@
7
</span>
8
9
<span v-if="next" class="next">
10
- <router-link v-if="next" :to="next.path">{{ next.title || next.path }}</router-link>→
+ <router-link v-if="next" :to="next.path">{{ next.title || next.path }}</router-link>
11
+ →
12
13
</p>
14
</div>
0 commit comments