tsconfig.json @@ -7,5 +7,9 @@ { "path": "./tsconfig.app.json" } ] ], "compilerOptions": { // 修复 Cannot find module '~icons/xxx/xxx' or its corresponding type declarations.ts(2307) "types": ["unplugin-icons/types/vue"] } }