Eslint 插件
如果 eslint 不生效,可以在根目录创建 .vscode 文件夹,然后在文件夹中创建 settings.json 然后输入
{ "eslint.validate": [ "typescript" ] }
Vetur 插件