fix: transition

This commit is contained in:
DomWane 2024-09-24 21:36:19 +02:00
parent 073d9d3bed
commit d362f8e0f7

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