0👍
You can keep step inside the session storage so that the value will not be lost while reloading.
To set the value:
sessionStorage.setItem("step", step)
To retrieve the value:
sessionStorage.getItem("step")
- [Vuejs]-Fetching data from json server in vue with axios
- [Vuejs]-Cannot shrink div width (Vuetify, Nuxt)
Source:stackexchange.com