You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it was possible to build in any type of history tracking, possibly through vue router.
Would be a great addition to user experience.
Thanks!
The text was updated successfully, but these errors were encountered:
methods:{
onPageChange(){
// use settimeout because onPageChange is called right before it goes to the next page
setTimeout( () => this.$router.push({path:'/?p='+this.$refs.paginator.currentPage}), 100 )
},
....
}
Hi,
I was wondering if it was possible to build in any type of history tracking, possibly through vue router.
Would be a great addition to user experience.
Thanks!
The text was updated successfully, but these errors were encountered: