vue3 项目路径设置路径别名后vscode无法正常导入

{
    "compilerOptions": {
        "baseUrl": ".",
        "paths": {
            "@/*": [
                "./src/*"
            ],
        }
    },
    "exclude": [
        "node_modules",
        "dist"
    ]
}

  更目录新建jsconfig.json文件,内容如上

posted @ 2024-01-09 21:14  rht  阅读(74)  评论(0)    收藏  举报