From f6a314c1a673eff591122e4cb7a24eada39c4744 Mon Sep 17 00:00:00 2001 From: yangbo <1442420648@qq.com> Date: Wed, 5 Jan 2022 14:10:58 +0800 Subject: [PATCH] add actionSheet bind Signed-off-by: yangbo <1442420648@qq.com> Change-Id: Ic1c5048b2c8f749351284d2390de91c85dd5becf --- compiler/src/component_map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index 79f1974da..6bd7a35d2 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -82,7 +82,7 @@ export const JS_BIND_COMPONENTS: Set = new Set([ 'PanGestureOption', 'CustomDialogController', 'Storage', 'Scroller', 'SwiperController', 'TabsController', 'CalendarController', 'AbilityController', 'VideoController', 'WebController', 'RenderingContext', 'CanvasGradient', 'ImageBitmap', 'ImageData', 'Path2D','RenderingContextSettings', - 'OffscreenRenderingContext', 'AlertDialog' + 'OffscreenRenderingContext', 'AlertDialog', 'ActionSheet' ]); export const NEEDPOP_COMPONENT: Set = new Set(['Blank', 'Search']); -- Gitee