Discover: sideBar trace done.

This commit is contained in:
chiayin
2023-03-27 13:15:50 +08:00
parent 1653b85afc
commit c10cf99b75
13 changed files with 441 additions and 257 deletions

View File

@@ -5,7 +5,8 @@
</header>
<main>
<Loading v-if="loadingStore.isLoading" />
<router-view></router-view>
<router-view>
</router-view>
</main>
</template>