vue问题: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.
解决方案:在jsconfig.json文件,添加"jsx":"preserve",

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