核心提示:VScode:**.vue文件,语法高亮配置教程 files.associations: {.eslintrc: json,*.vue: html},设置里面配置上面代码,即可 ...
VScode:**.vue文件,语法高亮配置教程
"files.associations": {
".eslintrc": "json",
"*.vue": "html"
},
设置里面配置上面代码,即可

VScode:**.vue文件,语法高亮配置教程
"files.associations": {
".eslintrc": "json",
"*.vue": "html"
},
设置里面配置上面代码,即可