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 9c8f0ec commit 9d10fdaCopy full SHA for 9d10fda
packages/vue-final-modal/src/components/ModalsContainer.vue
@@ -18,7 +18,7 @@ onBeforeUnmount(() => {
18
<template>
19
<template v-if="shouldMount">
20
<component
21
- :is="modal.component"
+ :is="modal.component as any"
22
v-for="(modal, index) in vfm.dynamicModals"
23
:key="modal.id"
24
v-bind="{
0 commit comments