feat: make <NuxtPage> keepalive
This commit is contained in:
parent
7e2deb2a0a
commit
6363a6eac1
1 changed files with 1 additions and 1 deletions
2
app.vue
2
app.vue
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<Banner v-if="banner" />
|
||||
<NuxtPage />
|
||||
<NuxtPage :keepalive="true" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue