mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
fix(Popup): missing overlay class & style
This commit is contained in:
@@ -64,6 +64,8 @@ export default createComponent({
|
||||
return (
|
||||
<Overlay
|
||||
show={this.show}
|
||||
class={this.overlayClass}
|
||||
style={this.overlayStyle}
|
||||
zIndex={this.currentZIndex}
|
||||
onClick={this.onClickOverlay}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user