experimenting with keep-alive
This commit is contained in:
parent
6d87389577
commit
238a59eaff
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
<Nav/>
|
||||
<v-main app>
|
||||
<v-fade-transition hide-on-leave>
|
||||
<nuxt/>
|
||||
<nuxt keep-alive :keep-alive-props="{ max: 10, include: ['Index'] }"/>
|
||||
<!-- <nuxt /> -->
|
||||
</v-fade-transition>
|
||||
</v-main>
|
||||
<Footer/>
|
||||
|
|
Loading…
Reference in a new issue