VUE-template报错:TypeScript intellisense is disabled on template. To enable, confi

50 阅读1分钟

问题:TypeScript intellisense is disabled on template. To enable, configure "jsx": "preserve" in the `"compilerOption

解决方法:要启用template需要在 compilerOption中配置“jsx”:“preserve” image.png