Skip to content

Commit

Permalink
fix(short-password): 修复 close-on-click-overlay 属性无效
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohe0601 committed Oct 11, 2024
1 parent 93127f5 commit d76a643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nutui/components/shortpassword/shortpassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ export default defineComponent({
:custom-style="popupStyles"
:closeable="true"
:close-on-click-overlay="props.closeOnClickOverlay"
@click-close-icon="close"
@click-overlay="close"
@close="close"
>
<view class="nut-short-password-title">
{{ props.title || translate('title') }}
Expand Down

0 comments on commit d76a643

Please sign in to comment.