This commit is contained in:
lesion
2022-05-03 11:43:38 +02:00
parent d3657a22a7
commit f675ce7f93

View File

@@ -1,14 +1,17 @@
<template lang='pug'>
v-app(app)
Snackbar
Confirm
Nav
<template>
<v-app app>
<Snackbar/>
<Confirm/>
<Nav/>
<v-main app>
<v-fade-transition hide-on-leave>
<nuxt/>
</v-fade-transition>
</v-main>
<Footer/>
v-main(app)
v-fade-transition(hide-on-leave)
nuxt
</v-app>
Footer
</template>
<script>