Skip to content

Commit

Permalink
fix(AddressEdit): failed to close area popup
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 15, 2020
1 parent 1e6a120 commit 02e89a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/address-edit/index.js
Expand Up @@ -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"
Expand Down

0 comments on commit 02e89a7

Please sign in to comment.