experimenting with keep-alive
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
<Nav/>
|
<Nav/>
|
||||||
<v-main app>
|
<v-main app>
|
||||||
<v-fade-transition hide-on-leave>
|
<v-fade-transition hide-on-leave>
|
||||||
<nuxt/>
|
<nuxt keep-alive :keep-alive-props="{ max: 10, include: ['Index'] }"/>
|
||||||
|
<!-- <nuxt /> -->
|
||||||
</v-fade-transition>
|
</v-fade-transition>
|
||||||
</v-main>
|
</v-main>
|
||||||
<Footer/>
|
<Footer/>
|
||||||
|
|||||||
Reference in New Issue
Block a user