配置vscode使它能够在自定义扩展名当中支持emment语法

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

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

 

posted @ 2017-03-31 11:33  无情码字员  阅读(628)  评论(0编辑  收藏  举报