diff --git a/packages/@vuepress/core/lib/client/components/OutboundLink.vue b/packages/@vuepress/core/lib/client/components/OutboundLink.vue index 5f2636c3c4..2fa1d24694 100644 --- a/packages/@vuepress/core/lib/client/components/OutboundLink.vue +++ b/packages/@vuepress/core/lib/client/components/OutboundLink.vue @@ -2,6 +2,7 @@ - {{ openInNewWindowTitle }} + {{ openInNewWindowTitle }} export default { + data: function () { + return { + rIdx: 'outbound-link-title-' + Math.floor(Math.random() * 1000000) + } + }, computed: { openInNewWindowTitle () { return this.$themeLocaleConfig.openNewWindowText || '(opens new window)'