We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vetur reports the error 2551 at a position where no error is. Also this depends on the indentation of the line. The error says
Property 'houldError' does not exist on type 'CombinedVueInstance<{ tasks: any[]; } & { shouldError(task: any): void; errorsToo(id: any): void; noError(): void; } & Record<never, any> & Vue, object, object, object, Record<never, any>>'. Did you mean 'shouldError'? Vetur(2551)
I've created a repo that reproduces this error: https://github.com/schl3ck/vetur-error-on-different-indent
The steps are outlined in the readme of the linked repo, but are the same as these:
npm i
src/Errors.vue
(...)
()
The text was updated successfully, but these errors were encountered:
I have the exact same issue:
Sorry, something went wrong.
having the same issue with inline functions. Happens across multiple computers
#1319
Please change line ending to LF to see if it goes away. Upstream PR is vuejs/vue-eslint-parser#74
No branches or pull requests
Info
Problem
Vetur reports the error 2551 at a position where no error is. Also this depends on the indentation of the line. The error says
Reproducible Case
I've created a repo that reproduces this error: https://github.com/schl3ck/vetur-error-on-different-indent
The steps are outlined in the readme of the linked repo, but are the same as these:
npm i
src/Errors.vue
(...)
from the function call on the other line => error vanishes()
to the function call on line 10 => error appearsThe text was updated successfully, but these errors were encountered: