From 26764b8ac6c4eb085ccc3ffe0ce1b7224d2ea97b Mon Sep 17 00:00:00 2001 From: chongmingkj_xwq Date: Mon, 18 Mar 2024 11:04:50 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I99BEB]=20=E4=BF=AE=E6=94=B9redux-a?= =?UTF-8?q?ctions=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/redux-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1224/redux-actions.md b/1224/redux-actions.md index d4936e2e..a58bc516 100644 --- a/1224/redux-actions.md +++ b/1224/redux-actions.md @@ -33,7 +33,7 @@ npm i @types/redux-actions -D yarn add redux-actions@2.6.5 // typescript 项目需下载对应包的类型声明 -yarn add i @types/redux-actions -D +yarn add @types/redux-actions -D ``` -- Gitee