From 6480b473b7bf661cad7ed6c672f170a40b4416bc Mon Sep 17 00:00:00 2001 From: clddup <105873086+clddup@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:59:37 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=B7=98=E5=AE=9D?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=BA=90=E5=9C=B0=E5=9D=80=20(#157)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/faq.md b/other/faq.md index fa43ac03..d909a354 100644 --- a/other/faq.md +++ b/other/faq.md @@ -127,7 +127,7 @@ getCurrentInstance().ctx.xxxx; ```bash # .npmrc -registry = https://registry.npm.taobao.org +registry = https://registry.npmmirror.com/ ``` 然后重新执行`yarn run reinstall`等待安装完成即可