mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(AddressEdit): failed to close area popup
This commit is contained in:
parent
1e6a120b2e
commit
02e89a73c5
@ -398,16 +398,11 @@ export default createComponent({
|
||||
)}
|
||||
</div>
|
||||
<Popup
|
||||
show={this.showAreaPopup}
|
||||
vModel={[this.showAreaPopup, 'show']}
|
||||
round
|
||||
teleport="body"
|
||||
position="bottom"
|
||||
lazyRender={false}
|
||||
{...{
|
||||
'onUpdate:modelValue': (value) => {
|
||||
this.showAreaPopup = value;
|
||||
},
|
||||
}}
|
||||
>
|
||||
<Area
|
||||
ref="area"
|
||||
|
Loading…
x
Reference in New Issue
Block a user