minor
This commit is contained in:
parent
d3657a22a7
commit
f675ce7f93
1 changed files with 12 additions and 9 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue