0👍
If I understood your issue correctly: new pages are always going to be loaded, since it’s a vue lifecycle. Vue lifecycles. But what you can do here is to use browser’s local storage. And when the component is mounted for example, you can share the data from your previous page.
- [Vuejs]-How to use variable declared in scss file in functions of a .vue file?
- [Vuejs]-Vue varibale inside Laravel helper
Source:stackexchange.com