Skip to content

lower v-link priority #390 #447

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

Closed
wants to merge 1 commit into from
Closed

lower v-link priority #390 #447

wants to merge 1 commit into from

Conversation

paulpflug
Copy link

use-case from @rpkilby:

<a v-link='{name: "home"}' v-on:click='saveTheThing'>Save</a>

alternative solution to #390 would be to document this:

<a v-link='{name: "home"}' v-on:click.capture='saveTheThing'>Save</a>

(but I can't think of a use case where v-link should be evaluated before v-on)

has to be lower than `v-on` - 700
@yyx990803
Copy link
Member

Oops, I was working on the very same thing just now and just saw this... it's fixed in df223ac, but thanks for the PR!

@yyx990803 yyx990803 closed this Apr 4, 2016
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

Successfully merging this pull request may close these issues.

2 participants