vscode中的vue文件中emmet进行tab键不起作用的解

2017-04-06  本文已影响433人  Devid

打开首选项,加入如下配置:

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

如图所示:


Paste_Image.png
上一篇 下一篇

猜你喜欢

热点阅读