VSCode编写 Vue 项目标签内显示写CSS提示设置

VSCode编写 Vue 项目标签内显示写CSS提示设置

修改配置文件:

在配置文件上加上这句话就可以了,没有使用插件。

"files.associations": {
   "*.vue":"html"
}
posted @ 2020-11-16 17:47  叫我+V  阅读(3468)  评论(1)    收藏  举报