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.volar

作者
2024-10-14阅读 9313

错误信息:

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.volar

解决方法

按照提示来,以为我这里只有jsconfig.json

所以是在里面加上了"jsx": "preserve"



全部评论

头像
乌兔
前端开发
私信
获得点赞 445
文章被阅读 31,261