有装eslint啊。。。为啥
在setting.json改成这杨就可以了。。
{
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.ChromeDebuggingAttachment": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"notebook.kernelProviderAssociations": [
],
"files.associations":{
"*.vue": "html"
}
}
用idea吧