This commit is contained in:
lesion 2022-05-03 11:43:38 +02:00
parent d3657a22a7
commit f675ce7f93
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

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