Vue or nuxt on different pages, how to do data caching for data by switching routes

for example, if you change a variable in data on page A, skip to page B and then jump back to page A, this variable is still changed, so should it be done?

Jun.21,2021

vuex find out. Or cache the data locally and store it in sessionStorage.

Menu