Could not find a declaration file for module './App.vue'.
时间: 2024-05-21 16:12:34 浏览: 357
vue-scroller记录滚动位置的示例代码
这个问题主要是因为缺少类型声明文件,你可以考虑安装 "@types/webpack-env"、"@types/node" 、 "@vue/cli-plugin-typescript"这些依赖进行解决。另外,你需要确认你的 tsconfig.json 文件中是否正确配置了 "compilerOptions": {"module": "ESNext", "target": "ESNext"}。希望能够帮到你。
阅读全文