mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-22 22:49:15 +08:00
fix(Toast): should not lock scroll
This commit is contained in:
parent
6a306c332e
commit
a622caa649
@ -116,6 +116,7 @@ export default createComponent({
|
||||
bem([props.position, { [props.type]: !props.icon }]),
|
||||
props.className,
|
||||
]}
|
||||
lockScroll={false}
|
||||
transition={props.transition}
|
||||
onClick={onClick}
|
||||
onClosed={clearTimer}
|
||||
|
Loading…
x
Reference in New Issue
Block a user