Merge pull request #42 from web3privacy/dw/transition-fix

fix: transition
This commit is contained in:
MufCZ 2024-09-24 22:20:30 +02:00 committed by GitHub
commit 2cf38c5406
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -327,6 +327,7 @@ const transitionDone = ref(false)
</Transition> </Transition>
<component <component
:is="getCurrentComponent()" :is="getCurrentComponent()"
v-else
ref="currentComponent" ref="currentComponent"
:project="project" :project="project"
w-full w-full