-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Parsing error: x-invalid-end-tag #588
Comments
Please do provide a reproduction example. |
I have updated a reproduction example. |
Actually it is a feature of eslint-plugin-vue. https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/no-parsing-error.md#wrench-options Note the option Please use another name or turn off vetur's template warning. |
Have the same problems too , @HerringtonDarkholme How can I disable this rule without affect other rules ? |
@suconghou We recommend vscode-eslint plugin. https://github.com/vuejs/vetur/blob/master/docs/linting-error.md#linting-for-template Turn off Vetur's template validation with vetur.validation.template: false yarn add -D eslint eslint-plugin-vue@next Set ESLint rules in .eslintrc. Install ESLint plugin, add vue to eslint.validate in VS Code config |
@HerringtonDarkholme this doesn't work for me. And the sequence of the plugins installation by yarn, and rules setting, "false" or the default "off" etc confused me quite a lot. Also, couldn't find any clue about the vetur.validation.template on the vetur plug github page. Please help. |
InfoPlatform: macOS 10.13.4 @HerringtonDarkholme The same problem in here. Maybe we can switch off the |
Just adding my me too: This triggers the lint error
Switching
|
MenuItem -> menu-item |
You should report this issue to https://github.com/vuejs/eslint-plugin-vue, or disable its template validation by configuring eslint rules like https://github.com/octref/veturpack/blob/master/.eslintrc |
I'm under the same error, anyone knows how to fix this? is getting really annoying! How can I disable this? I'm creating Row and Col from iViewUI and is giving me that error on the enclosing EDIT: Seems that it can be fixed by using for some ui elements, you need to add the prefix |
Try this:
Then you need to run your project again. |
Just had the same issue. I thought about it for a bit and realized that maybe it doesn't make sense to put |
If that's the case, then the error message should say that. |
i have the same question, need your help, wu wu wu~~~ |
I'm having this exact issue... don't want to replace the |
Are there any different options that someone has without replacing |
Info
Problem
Reproducible Case
I used iview
worked fine in 0.11.3
The text was updated successfully, but these errors were encountered: