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>
|
</div>
|
||||||
<Popup
|
<Popup
|
||||||
show={this.showAreaPopup}
|
vModel={[this.showAreaPopup, 'show']}
|
||||||
round
|
round
|
||||||
teleport="body"
|
teleport="body"
|
||||||
position="bottom"
|
position="bottom"
|
||||||
lazyRender={false}
|
lazyRender={false}
|
||||||
{...{
|
|
||||||
'onUpdate:modelValue': (value) => {
|
|
||||||
this.showAreaPopup = value;
|
|
||||||
},
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
<Area
|
<Area
|
||||||
ref="area"
|
ref="area"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user