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
This rule disallows to pass multiple arguments to scoped slots.
In details, it reports call expressions if a call of this.$scopedSlots members has 2 or more arguments.
Because Evan looks to recommend avoiding that.
I don't want to force you to re-design your API, but you really should avoid using this in the future, and possibly migrate away from it when you can. vuejs/vue#9468
What category should the rule belong to?
Enforces code style
Warns about a potential error
Suggests an alternate way of doing something
Other (please specify:)
Provide 2-3 code examples that this rule should warn about:
Please describe what the rule should do:
This rule disallows to pass multiple arguments to scoped slots.
In details, it reports call expressions if a call of
this.$scopedSlots
members has 2 or more arguments.Because Evan looks to recommend avoiding that.
What category should the rule belong to?
Provide 2-3 code examples that this rule should warn about:
Additional context
Nothing in particular.
The text was updated successfully, but these errors were encountered: