From 2467ca3785d6062d5d7b3ad45321504dbf653552 Mon Sep 17 00:00:00 2001 From: songbeibei <3409533354@qq.com> Date: Wed, 5 Jan 2022 16:08:35 +0800 Subject: [PATCH] 1972617324@qq.com Signed-off-by: songbeibei <3409533354@qq.com> --- 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 548fc8e97..abef4d305 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', 'CanvasRenderingContext2D', 'CanvasGradient', 'ImageBitmap', 'ImageData', 'Path2D','RenderingContextSettings', - 'OffscreenCanvasRenderingContext2D', 'AlertDialog' + 'OffscreenCanvasRenderingContext2D', 'AlertDialog', 'ActionSheet' ]); export const NEEDPOP_COMPONENT: Set = new Set(['Blank', 'Search']); -- Gitee