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 ef35c1e commit cbd2766Copy full SHA for cbd2766
packages/vue-final-modal/src/components/ModalsContainer.ts
@@ -27,7 +27,7 @@ export const ModalsContainer = defineComponent({
27
}
28
29
return () => {
30
- if (shouldMount.value)
+ if (!shouldMount.value)
31
return null
32
return dynamicModals.map((modal, index) => {
33
if (!modal.component)
0 commit comments