Skip to content

Commit 750379d

Browse files
committed
fix: beforeOpen in ModalsContainer
1 parent 17817f3 commit 750379d

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/ModalsContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
this.api.dynamicModals.splice(index, 1)
3131
},
3232
beforeOpen(e, modal) {
33-
e.ref.params = modal.params
33+
e.ref.params.value = modal.params
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)