VS Code 文件-》首选项-》设置
搜索:files.associations

点击在setting.json中编辑

添加配置:
{
"files.associations": {
"*.vue": "html"
}
}
搜索:files.associations
点击在setting.json中编辑
添加配置:
{
"files.associations": {
"*.vue": "html"
}
}
本文标题:vsCode 设置vue文件标签内的style智能提示
本文链接:https://www.haomeiwen.com/subject/zvitphtx.html
网友评论