- 在vscode-settings.json中加如下设置
"files.associations": {
"*.vue": "html"
},
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
},
"css.validate": false // 这个为了解决vue文件中的css有红色波浪线
"files.associations": {
"*.vue": "html"
},
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
},
"css.validate": false // 这个为了解决vue文件中的css有红色波浪线
本文标题:vue文件按tab生成成对标签
本文链接:https://www.haomeiwen.com/subject/whnrhhtx.html
网友评论