VScode 中 vue文件template中不能使用tab补齐标签

选择 文件-->首选项-->设置-->搜索  emmet,选择 编辑 setting.json,

添加下列代码:

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

 

posted @ 2019-04-01 09:47  叶韵  Views(3450)  Comments(0Edit  收藏  举报