[improvement] Notify: tsx & functional (#2810)
This commit is contained in:
@@ -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);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user