feat: Upload layout done.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user