admin管理员组

文章数量:1640612

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

 

本文标签: intellisensedisabledvuetypescriptconfigure