nuxt / nuxt

The Intuitive Vue Framework.
https://nuxt.com
MIT License
54.08k stars 4.95k forks source link

Why does keepalive not work in NuxtLayout #28393

Open qyn980427 opened 1 month ago

qyn980427 commented 1 month ago

Environment

Reproduction

https://stackblitz.com/edit/github-4czzp7?file=app.vue

  1. Enter whatever you want in the input box
  2. to page A
  3. back index

Describe the bug

In NuxtLayout When I use ( include: ['Index'] ) in this way, keepalive not work When I use ( include: 'Index', ) in this way, keepalive work well

Additional context

No response

Logs

No response

### Tasks
stackblitz[bot] commented 1 month ago

Fix this issue in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.