Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<router-link> broken with Vue <2.6.9 and vue-router >3.0.7 #3028

Closed
mattmink opened this issue Nov 11, 2019 · 2 comments
Closed

<router-link> broken with Vue <2.6.9 and vue-router >3.0.7 #3028

mattmink opened this issue Nov 11, 2019 · 2 comments

Comments

@mattmink
Copy link

Version

3.1.3

Reproduction link

https://codepen.io/matthewjmink/pen/yLLqQyX?editors=1010

Steps to reproduce

  • install Vue 2.6.8
  • install vue-router 3.1.3
  • setup routes and base config
  • add router-view and router-link elements to the app
  • observe that elements are not links

What is expected?

becomes an anchor tag

What is actually happening?

Only the text for the default slot is output.

@posva
Copy link
Member

posva commented Nov 11, 2019

Duplicate of #3016

@posva posva marked this as a duplicate of #3016 Nov 11, 2019
@posva posva closed this as completed Nov 11, 2019
@mattmink
Copy link
Author

Ah, sorry for the duplicate, @posva. I searched for the issue but didn't find it. Thanks for the link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants