added components
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<header>
|
||||
<SMNavbar />
|
||||
</header>
|
||||
<main>
|
||||
<router-view v-slot="{ Component }">
|
||||
<transition name="fade" mode="out-in">
|
||||
@@ -7,7 +9,9 @@
|
||||
</transition>
|
||||
</router-view>
|
||||
</main>
|
||||
<footer>
|
||||
<SMFooter />
|
||||
</footer>
|
||||
<SMProgress />
|
||||
<SMToastList />
|
||||
<SMDialogList />
|
||||
|
||||
Reference in New Issue
Block a user