-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Fix click event not bound for router-link (fix #707) #708
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
Conversation
Fix click event not bound for `<router-link>` when tag is not `<a>` and doesn't have child `<a>`
LGTM |
Yeah this fallback is a good solution. |
Any chance this can be merged soon? |
Yeah, will add it tomorrow... been really busy lately On Tue, Oct 11, 2016, 01:37 Eduardo San Martin Morote <
|
@posva @yyx990803 @LinusBorg Done. |
LGTM |
1 similar comment
LGTM |
i want back 2.0.0 😭 |
how to breaks navigation now? |
Fix click event not bound for
<router-link>
when tag is not<a>
and doesn't have child<a>