diff --git a/docs/guide/quick-use.md b/docs/guide/quick-use.md index 34d5eb0b..6a23f959 100644 --- a/docs/guide/quick-use.md +++ b/docs/guide/quick-use.md @@ -154,7 +154,7 @@ cli项目使用`uni_modules`安装无需配置,对`Volar`的支持自动生效 // tsconfig.json { "compilerOptions": { - "types": ["wot-design-uni/global.d.ts"] + "types": ["wot-design-uni/global"] } } ```