vue/no-ref-as-operand
to support ref
from composable
#2519
Labels
vue/no-ref-as-operand
to support ref
from composable
#2519
Please describe what the rule should do:
Current
vue/no-ref-as-operand
rule only support the localref
. If aref
is being returned from a composable and being use with operand (eg: returnedRef++) , it didnt throw any warning as expected.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:
Additional context
The text was updated successfully, but these errors were encountered: