2025-02-23
2025-02-24
This commit is contained in:
parent
2212f4fc14
commit
0f52ff0cef
40 changed files with 846 additions and 75 deletions
15
src/App.vue
15
src/App.vue
|
|
@ -11,18 +11,21 @@
|
|||
<main class="box stack">
|
||||
<MainHeader></MainHeader>
|
||||
|
||||
<RouterView v-slot="{ Component, route }">
|
||||
<Transition mode="out-in" name="fade">
|
||||
<component :is="Component" :key="route.path" />
|
||||
</Transition>
|
||||
</RouterView>
|
||||
<!--
|
||||
<RouterView v-slot="{ Component, route }">
|
||||
<Transition mode="out-in" name="fade">
|
||||
<component :is="Component" :key="route.path" />
|
||||
</Transition>
|
||||
</RouterView>
|
||||
-->
|
||||
<RouterView></RouterView>
|
||||
</main>
|
||||
|
||||
<SidebarView></SidebarView>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="css">
|
||||
<style scoped lang="css">
|
||||
.fade-enter-active, .fade-leave-active {
|
||||
transition: opacity 0.2s linear;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue