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",

 

Logo

前往低代码交流专区

更多推荐