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