在.vue文件当中默认是不支持emment的,需要在vscode设置当中设置

"emmet.syntaxProfiles": {
  "vue-html": "html",
  "vue": "html"
}

 

相关文章:

  • 2022-01-27
  • 2021-12-18
  • 2021-10-20
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2021-09-13
猜你喜欢
  • 2021-06-26
  • 2022-01-22
  • 2021-05-03
  • 2021-10-13
  • 2021-06-30
  • 2022-12-23
相关资源
相似解决方案