0
0

Vue: Cannot find module @/router/router.ts or its corresponding type declarations.

2024-02-29
2024-10-11
文章摘要
|

tsconfig.json中添加以下高亮代码行的配置: json {4-7} { "compilerOptions": { /* path alias */ "baseUrl": "./", "paths": { "@/*": ["./src/*"] } } }

支持与分享

如果这篇文章对你有帮助,欢迎分享给更多人或者给予支持!