[bugfix] Actionsheet: get-container not work (#2853)

This commit is contained in:
neverland
2019-02-26 19:31:23 +08:00
committed by GitHub
parent 2dcd64c515
commit c3cf74cda0
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -92,6 +92,7 @@ function Actionsheet(
position="bottom"
overlay={props.overlay}
lazyRender={props.lazyRender}
getContainer={props.getContainer}
closeOnClickOverlay={props.closeOnClickOverlay}
onInput={(value: boolean) => {
emit(ctx, 'input', value);