keep-alive index page

This commit is contained in:
lesion
2023-01-12 11:14:34 +01:00
parent c3741238fc
commit 9dc0d3ce16
3 changed files with 41 additions and 39 deletions

View File

@@ -4,7 +4,7 @@
<v-main>
<Snackbar/>
<Confirm/>
<nuxt :keep-alive='$route.name === "index"'/>
<nuxt keep-alive :keep-alive-props="{include: ['Index']}"/>
</v-main>
<Footer/>