diff --git a/src/mixins/link.js b/src/mixins/link.js index b0fbd37..984e03c 100644 --- a/src/mixins/link.js +++ b/src/mixins/link.js @@ -36,7 +36,7 @@ export default { if (router) { const current = this.$route; const route = router.resolve(this.to, current, this.append); - return route ? route.href : null; + return route ? route.href : this.to; } return this.to; } -- libgit2 0.21.4