mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
fix(Toast): should not lock scroll
This commit is contained in:
@@ -116,6 +116,7 @@ export default createComponent({
|
|||||||
bem([props.position, { [props.type]: !props.icon }]),
|
bem([props.position, { [props.type]: !props.icon }]),
|
||||||
props.className,
|
props.className,
|
||||||
]}
|
]}
|
||||||
|
lockScroll={false}
|
||||||
transition={props.transition}
|
transition={props.transition}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
onClosed={clearTimer}
|
onClosed={clearTimer}
|
||||||
|
Reference in New Issue
Block a user