vue/v-on-function-call
rule, code is broken by the autofix when the comment is included.
#1203
Labels
vue/v-on-function-call
rule, code is broken by the autofix when the comment is included.
#1203
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
The code will not be bloken even if it is autofixed.
What actually happened?
The autofix changes the code as follows:
The autofix will change to the following code. But this is not the case.
If the comment is included, the Vue template compiler will compile it into a statement instead of an expression.
So, it breaks the code.
The text was updated successfully, but these errors were encountered: