-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
Make vue/no-ref-as-operand
also consider computed
#2114
Comments
I can't reproduce it. I think |
I tried it again. We didn't see a warning because we use unplugin-auto-import. I tried on the document's interactive demo |
Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What rule do you want to change?
vue/no-ref-as-operand
Does this change cause the rule to produce more or fewer warnings?
more warning
How will the change be implemented? (New option, new default behavior, etc.)?
Make
vue/no-ref-as-operand
also considercomputed
Please provide some example code that this change will affect:
What does the rule currently do for this code?
no warning
What will the rule do after it's changed?
Warning about incorrect usage for
computed
Additional context
The text was updated successfully, but these errors were encountered: