experimenting with keep-alive

This commit is contained in:
lesion 2022-05-20 13:04:33 +02:00
parent 6d87389577
commit 238a59eaff
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

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