Skip to content

Commit

Permalink
fix(dialog): 修正 destroyOnClose 属性传递
Browse files Browse the repository at this point in the history
  • Loading branch information
fennghuang committed Nov 6, 2023
1 parent 3bead5e commit 9d27335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dialog/dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:show-overlay="showOverlay"
:overlay-props="overlayProps"
:prevent-scroll-through="preventScrollThrough"
:destroy-on-close="destroyOnClose"
@close="handleOverlayClick"
>
<div id="root" :class="`${name}`" :style="rootStyles">
Expand Down

0 comments on commit 9d27335

Please sign in to comment.