Skip to content

Commit 9d10fda

Browse files
committed
chore: type
1 parent 9c8f0ec commit 9d10fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-final-modal/src/components/ModalsContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ onBeforeUnmount(() => {
1818
<template>
1919
<template v-if="shouldMount">
2020
<component
21-
:is="modal.component"
21+
:is="modal.component as any"
2222
v-for="(modal, index) in vfm.dynamicModals"
2323
:key="modal.id"
2424
v-bind="{

0 commit comments

Comments
 (0)