Skip to content

Commit 9372cd1

Browse files
committed
fix(scoped-slot): update:modelValue onClose
1 parent b5038c5 commit 9372cd1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/VueFinalModal.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/VueFinalModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
:style="bindContentStyle"
5050
@mousedown="onMousedown(null)"
5151
>
52-
<slot :params="params" :close="() => $emit('update:modelValue')" />
52+
<slot :params="params" :close="() => $emit('update:modelValue', false)" />
5353
<div
5454
v-if="visibility.resize && visibility.modal"
5555
ref="vfmResize"

0 commit comments

Comments
 (0)