vue 中前端提示突然失效
Vue中 css 和 html如果突然没了提示 可以在 setting.json 里面加上 这几句话 配合 htmlsnippets 插件{"emmet.syntaxProfiles":{"vue-html": "html","vue": "html"},"files.associations": {"*.vue": "html"},}...
·
Vue中 css 和 html 如果突然没了提示 可以在 setting.json 里面加上 这几句话 配合 htmlsnippets 插件
{
"emmet.syntaxProfiles":{
"vue-html": "html",
"vue": "html"
},
"files.associations": {
"*.vue": "html"
},
}
更多推荐
已为社区贡献2条内容
所有评论(0)