We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
More specifically, only stop and prevent should be allowed.
stop
prevent
Tell us about your environment
Please show your full configuration:
Vanilla
What did you do? Please include the actual source code causing the issue.
<template> <el-from @submit.native.prevent></el-form> </template>
What did you expect to happen?
No error. Since this is illustrated in the official doc. https://vuejs.org/v2/guide/events.html#Event-Modifiers
What actually happened? Please include the actual, raw output from ESLint.
Error. 'v-on' directives require that attribute value . vuejs/vetur#279
'v-on' directives require that attribute value
The text was updated successfully, but these errors were encountered:
Fix: allow v-on without attribute values if it has verb modifiers (f…
v-on
63dc103
…ixes #49)
b0d613c
…ixes #49) (#50) * Fix: allow `v-on` without attribute values if it has verb modifiers (fixes #49) * Chore: add more tests
Can the message be updated to be actual english? I still can't understand what it's trying to say.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
More specifically, only
stop
andprevent
should be allowed.Tell us about your environment
Please show your full configuration:
Vanilla
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
No error. Since this is illustrated in the official doc. https://vuejs.org/v2/guide/events.html#Event-Modifiers
What actually happened? Please include the actual, raw output from ESLint.
Error.
'v-on' directives require that attribute value
.vuejs/vetur#279
The text was updated successfully, but these errors were encountered: