experimenting with keep-alive

This commit is contained in:
lesion
2022-05-20 13:04:33 +02:00
parent 6d87389577
commit 238a59eaff

View File

@@ -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/>