Skip to content

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

tsconfig.json中添加以下高亮代码行的配置:

json
{
    "compilerOptions": {
        /* path alias */
        "baseUrl": "./",
        "paths": {
            "@/*": ["./src/*"]
        }
    }
}

最近更新:10/11/2024, 5:04:40 AM

原文链接:Vue: Cannot find module @/router/router.ts or its corresponding type declarations.

|下一篇:flex 弹性布局