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

0.6.1 breaks v-link on non-anchors #156

Closed
cheapsteak opened this issue Sep 29, 2015 · 1 comment · Fixed by #204
Closed

0.6.1 breaks v-link on non-anchors #156

cheapsteak opened this issue Sep 29, 2015 · 1 comment · Fixed by #204
Labels

Comments

@cheapsteak
Copy link

This works in 0.6.0 but not in 0.6.1

<div v-link="'something'">link</div>

This works in both

<a v-link="'something'">link</a>
@nigelmst
Copy link

Same, breaks functionality on non-anchor elements

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

Successfully merging a pull request may close this issue.

3 participants