How to use keep-alive, in nuxt or how to cache the information from the previous page

clipboard.png
I share two search options bars on all pages, but I want to save my last search record. How should I cache it?

Mar.23,2021

first of all, I'm sorry I haven't learned about nuxt.js

.

but seaconch still hopes to help you

I found this when I was inquiring about nuxt.js keep-alive . Do you think it works?

<template>
  <nuxt keep-alive/>
</template>

original

nuxt.js GitHub

Menu