We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed33de6 commit 761e754Copy full SHA for 761e754
src/components/ModalsContainer.vue
@@ -2,14 +2,14 @@
2
<div id="modals-container">
3
<modal
4
v-for="modal in modals"
5
- :key="modal.id"
6
v-bind="modal.modalAttrs"
+ :key="modal.id"
7
v-on="modal.modalListeners"
8
@closed="remove(modal.id)"
9
>
10
<component
11
- :is="modal.component"
12
v-bind="modal.componentAttrs"
+ :is="modal.component"
13
v-on="modal.componentListeners"
14
@close="$modal.hide(modal.modalAttrs.name, $event)"
15
0 commit comments