在.vue文件当中默认是不支持emment的,需要在vscode设置当中设置
"emmet.syntaxProfiles": { "vue-html": "html", "vue": "html" }
配置vscode使它能够在自定义扩展名当中支持emment语法
原文:http://www.cnblogs.com/kugeliu/p/6650473.html