VS Code vue项目使用scss显示语法错误、build编译正常 解决方法:第一步:先安装vetur插件第二步:在vs code的设置中添加"files.associations": { "*.vue": "vue" }