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 `"vuecompilero
时间: 2023-04-14 11:00:49 浏览: 141
在模板中,Typescript IntelliSense已禁用。要启用,请在tsconfig或jsconfig的`"compilerOptions"`属性中配置`"jsx": "preserve"`。如果要禁用此提示,请在`"vueCompilerOptions"`中配置`"experimentalDisableTemplateSupport": true`。
相关问题
typescript intellisense is disabled on template, you can config `"jsx": "preserve"` in tsconfig or jsconfig to enable it, or config `vuecompileroptions.experimentaldisabletemplatesupport` to disable this prompt.
typescript的智能提示在模板中被禁用了,你可以在tsconfig或jsconfig中配置"jsx": "preserve"来启用它,或者配置vuecompileroptions.experimentaldisabletemplatesupport来禁用这个提示。
阅读全文