You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe what the rule should do:
When emitting an event, one can pass an event payload. This can consist of multiple parameters. However, when using the always style in the event handler, one can only receive the first event payload parameter.
What category should the rule belong to?
[ ] Enforces code style (layout)
[x] Warns about a potential error (problem)
[ ] Suggests an alternate way of doing something (suggestion)
[ ] Other (please specify:)
Provide 2-3 code examples that this rule should warn about:
Please describe what the rule should do:
When emitting an event, one can pass an event payload. This can consist of multiple parameters. However, when using the
always
style in the event handler, one can only receive the first event payload parameter.See also the
vue/v-on-function-call
rule and #2001 (comment).What category should the rule belong to?
[ ] Enforces code style (layout)
[x] Warns about a potential error (problem)
[ ] Suggests an alternate way of doing something (suggestion)
[ ] Other (please specify:)
Provide 2-3 code examples that this rule should warn about:
The text was updated successfully, but these errors were encountered: