fix(AddressEdit): failed to close area popup

This commit is contained in:
chenjiahan 2020-09-15 20:14:52 +08:00
parent 1e6a120b2e
commit 02e89a73c5

View File

@ -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"