From dcd18fe8a17052058326d155d60aa60b8c5042e3 Mon Sep 17 00:00:00 2001 From: sunyuqiang <1129921824@qq.com> Date: Wed, 20 Sep 2023 15:37:06 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20windows=E6=90=9C=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/plugins-manager/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/plugins-manager/index.ts b/src/renderer/plugins-manager/index.ts index 3748af2..6277c9b 100644 --- a/src/renderer/plugins-manager/index.ts +++ b/src/renderer/plugins-manager/index.ts @@ -40,7 +40,7 @@ const createPluginManager = (): any => { }, }); if (result && result.value) { - appList.value = [...appList.value, ...result.value]; + appList.value.push(...result.value); } };