修改配置文件:

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

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

"files.associations": {
   "*.vue":"html"
}

相关文章:

  • 2021-10-24
  • 2021-08-10
  • 2021-06-16
  • 2021-08-15
  • 2021-08-29
  • 2021-12-06
猜你喜欢
  • 2021-10-27
  • 2021-07-13
  • 2022-12-23
  • 2021-11-26
  • 2021-07-09
  • 2022-12-23
相关资源
相似解决方案