From ec8867cbfd74d4bebc59a880cca7d0c2e8e8c62f Mon Sep 17 00:00:00 2001 From: marchyang Date: Wed, 27 Apr 2022 12:28:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dnode=E7=89=88=E6=9C=AC?= =?UTF-8?q?16=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 492d5e3f..ee03eed0 100644 --- a/lerna.json +++ b/lerna.json @@ -17,7 +17,8 @@ "@vue/test-utils", "element-plus", "@element-plus/icons", - "@testing-library/vue" + "@testing-library/vue", + "@vue/composition-api" ] } }