Skip to content

Commit

Permalink
feat(address): add round on popup (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jul 11, 2023
1 parent 3125df9 commit e88e344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/__VUE/address/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<nut-popup
position="bottom"
:lock-scroll="lockScroll"
:round="round"
@close="close"
@click-overlay="clickOverlay"
@open="closeWay = 'self'"
Expand Down
1 change: 1 addition & 0 deletions src/packages/__VUE/address/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<nut-popup
position="bottom"
:lock-scroll="lockScroll"
:round="round"
@close="close"
@click-overlay="clickOverlay"
@open="closeWay = 'self'"
Expand Down

0 comments on commit e88e344

Please sign in to comment.