From f7b95b837f0656d25f56a29512489d296dbeec3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E6=AF=9B=E9=A9=B4?= <1543471767@qq.com> Date: Mon, 21 Sep 2020 16:32:42 +0800 Subject: [PATCH] 1 --- src/action-sheet/test/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action-sheet/test/index.spec.js b/src/action-sheet/test/index.spec.js index f73946c2e..b74001308 100644 --- a/src/action-sheet/test/index.spec.js +++ b/src/action-sheet/test/index.spec.js @@ -66,7 +66,7 @@ test('click overlay and close', async () => { }; }, methods: { - onInput, + onInpu, onClickOverlay, }, }); -- Gitee