Vue中 css 和 html 如果突然没了提示 可以在 setting.json 里面加上 这几句话 配合 htmlsnippets 插件

{
	"emmet.syntaxProfiles":{
	        "vue-html": "html",
	        "vue": "html"
	    },
	"files.associations": {
	     "*.vue": "html"
	 },
}
Logo

前往低代码交流专区

更多推荐