vscode version,updating plug-in vetur error!
"vetur initialized"
my email:[email protected]/[email protected]

I just updated to the same versions of Vetur and VS Code and start to get highlighted some part of my code with this:
[vue-language-server] Require self-closing on Vue.js custom components (<v-text-field>).
<v-text-field> is an tag used in Vuetify, and before the update everything was ok
[vue-language-server] '<template>' should have end tag.
The end tag </template> exist.

same error too.
@ysk8 you can set the config to except the template valide: vetur.validation.template: false.
@ysk8 me too
@mrmengjun How to operate it?
but @mrmengjun doing that, maybe the issue is related to the eslint-plugin-vue And of course the highlighted has been disappeared.
@SunOfHomeBoy if you are in macOS you can activate User Settings with cmd + , maybe for WIN ctrl + , regularly. Then search for vetur.validation.template and edit it.


这样竟然也可以~
@ReZhangxin please speak english :p
same error .
why?
same error
same error too. so disappointed about 0.11.4 changelog
@ysk8 same too. 😞
me too
so how to solve
same error .
<template>should have end tag.
This is a bug that has been fixed.
[vue-language-server] Require self-closing on Vue.js custom components (
).
This is html-self-closing rule from eslint-plugin-vue: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/html-self-closing.md
In 0.11.4, I used the recommended set from eslint-plugin-vue. And it seems it's too strict. I've changed that to essential.
After upgrading to 0.11.5, you can
vetur.validate.template on, which uses the essential rule set from eslint-plugin-vue to lint template.eslintrc to use your own rule set, see: https://vuejs.github.io/vetur/linting-error.htmlvue报错但能正常运行,怎么解决啊
@corala Update extension 0.11.5, the latest
@corala use sublime like to change boy friend;hahahhaha
@octref
Leave _vetur.validate.template_ on, which uses the essential rule set from eslint-plugin-vue to lint template
typo: vetur.validation.template
Most helpful comment
I just updated to the same versions of Vetur and VS Code and start to get highlighted some part of my code with this:
[vue-language-server] Require self-closing on Vue.js custom components (<v-text-field>).<v-text-field>is an tag used in Vuetify, and before the update everything was ok[vue-language-server] '<template>' should have end tag.The end tag
</template>exist.