[Vuejs]-Is it possible to get same component data properties when i came back to the same URL through back button in vuejs?

0👍

You might want to look into Vuex to store your data so your page can read that data whenever the user enters the page a second time.

Leave a comment