mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
Merge pull request #42 from web3privacy/dw/transition-fix
fix: transition
This commit is contained in:
commit
2cf38c5406
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue