From d4270115f5a614f7197b609118de989f5d09832e Mon Sep 17 00:00:00 2001 From: hanfeng Date: Wed, 15 Sep 2021 13:48:19 +0000 Subject: [PATCH] camerarecore --- runtime/preparation/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/preparation/init.ts b/runtime/preparation/init.ts index 24acee2e..3f4167b8 100644 --- a/runtime/preparation/init.ts +++ b/runtime/preparation/init.ts @@ -195,7 +195,7 @@ const ComponentsInfo: components[] = [ }, {'methods': ['reload', 'createIntersectionObserver'], 'type': 'web'}, { - 'methods': ['takePhoto', 'scrollTo', 'createIntersectionObserver'], + 'methods': ['takePhoto', 'startRecorder', 'closeRecorder', 'scrollTo', 'createIntersectionObserver'], 'type': 'camera' } ]; -- Gitee