!128 增加actionSheet白名单

Merge pull request !128 from yangbo_404/feature/yangbo0105
This commit is contained in:
openharmony_ci
2022-01-05 06:48:38 +00:00
committed by Gitee
+1 -1
View File
@@ -82,7 +82,7 @@ export const JS_BIND_COMPONENTS: Set<string> = 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<string> = new Set(['Blank', 'Search']);