[bugfix] Actionsheet: lazy-render not work (#2840)

This commit is contained in:
neverland
2019-02-25 19:33:48 +08:00
committed by GitHub
parent 6fff26caa1
commit 2b9c30f906
3 changed files with 24 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ function Actionsheet(
value={props.value}
position="bottom"
overlay={props.overlay}
lazyRender={props.lazyRender}
closeOnClickOverlay={props.closeOnClickOverlay}
onInput={(value: boolean) => {
emit(ctx, 'input', value);