vsCode 设置vue文件标签内的style智能提示
2020-04-05 本文已影响0人
jeanzy
VS Code 文件-》首选项-》设置
搜索:files.associations
image.png
点击在setting.json中编辑
image.png
添加配置:
{
"files.associations": {
"*.vue": "html"
}
}
搜索:files.associations
image.png
点击在setting.json中编辑
image.png
添加配置:
{
"files.associations": {
"*.vue": "html"
}
}