00Vue: Cannot find module @/router/router.ts or its corresponding type declarations.2024-02-292024-10-11vueVUE文章摘要| tsconfig.json中添加以下高亮代码行的配置: json {4-7} { "compilerOptions": { /* path alias */ "baseUrl": "./", "paths": { "@/*": ["./src/*"] } } }支持与分享如果这篇文章对你有帮助,欢迎分享给更多人或者给予支持!分享