fix: change topbar visibility fail

This commit is contained in:
Hakadao
2023-01-10 01:47:32 +08:00
parent b85b638f29
commit d45a4bc690
2 changed files with 8 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ const toggleDark = useToggle(isDark)
</div>
</div> -->
<Transition>
<Topbar class="fixed z-50" />
<Topbar v-show="isShowTopbar" class="fixed z-50" />
</Transition>
<!-- is home page -->
<Home />