Answer the question
In order to leave comments, you need to log in
Vuejs Is it possible to return to the previous page with the variables that were on it?
Vuejs works in history mode.
There is a page with a list of users on the site. The list has filters. They are an array in the current component
data: () => {
return {
users: {
data: [],
current_page: 1
},
filter: {
user: '',
minBalance: 0,
maxBalance: 1000000,
hasOffer: ''
}
}
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question