diff --git a/packages/@vuepress/theme-default/components/NavLink.vue b/packages/@vuepress/theme-default/components/NavLink.vue index 73872880a2..b8517b1eaa 100644 --- a/packages/@vuepress/theme-default/components/NavLink.vue +++ b/packages/@vuepress/theme-default/components/NavLink.vue @@ -3,7 +3,7 @@ class="nav-link" :to="link" @focusout.native="focusoutAction" - v-if="!isExternal(link)" + v-if="isInternal" :exact="exact" >{{ item.text }}