feat: Upload layout done.

This commit is contained in:
chiayin
2023-12-14 09:34:35 +08:00
parent 67b0ee47df
commit 9c7fd4a202
6 changed files with 105 additions and 5 deletions

View File

@@ -3,10 +3,9 @@
<Header/>
<Navbar/>
</header>
<main>
<main class="w-full">
<Loading v-if="loadingStore.isLoading" />
<router-view>
</router-view>
<router-view></router-view>
</main>
</template>