mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Popup): duration not work for overlay
This commit is contained in:
parent
a4b481c5cc
commit
5e5025d1cc
@ -164,6 +164,7 @@ export default createComponent({
|
|||||||
class={this.overlayClass}
|
class={this.overlayClass}
|
||||||
style={this.overlayStyle}
|
style={this.overlayStyle}
|
||||||
zIndex={this.currentZIndex}
|
zIndex={this.currentZIndex}
|
||||||
|
duration={this.duration}
|
||||||
onClick={this.onClickOverlay}
|
onClick={this.onClickOverlay}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user