Vue问题——TypeScript intellisense is disabled on template. To enable, configure `“jsx“

问题描述:TypeScript intellisense is disabled on template. To enable, configure "jsx": "preserve" in the "compilerOptions" property of tsconfig or jsconfig. To disable this prompt instead, configure "experimentalDisableTemplateSupport": true in "vueCompilerOptions" property.volal

解决方法:在 jsconfig.json 中添加 “jsx”: “preserve”
在这里插入图片描述


版权声明:本文为weixin_44085020原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。