[improvement] Notify: tsx & functional (#2810)

This commit is contained in:
neverland
2019-02-20 19:44:14 +08:00
committed by GitHub
parent 52e6fd2f0b
commit da91631b0d
10 changed files with 176 additions and 131 deletions
+2
View File
@@ -90,6 +90,8 @@ function Actionsheet(
class={bem()}
value={props.value}
position="bottom"
overlay={props.overlay}
closeOnClickOverlay={props.closeOnClickOverlay}
onInput={(value: boolean) => {
emit(ctx, 'input', value);
}}