Conformance: Have activity Layout done.

This commit is contained in:
chiayin
2023-06-29 15:45:34 +08:00
parent 147c9b16cf
commit d976bc529d
16 changed files with 565 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
<template>
<header>
<Header/>
<Navbar/>
<header class="sticky inset-x-0 top-0 w-full bg-neutral-10 z-10">
<Header/>
<Navbar/>
</header>
<main>
<Loading v-if="loadingStore.isLoading" />