PeachScript / vue-infinite-loading

An infinite scroll plugin for Vue.js.
https://peachscript.github.io/vue-infinite-loading/
MIT License
2.66k stars 366 forks source link

Keep the scroll position when returning to the page #301

Open anjali89r opened 3 years ago

anjali89r commented 3 years ago

I have a long list of products loaded using vue-infinite-loading. When I click on a product, I navigate to a new page which describes the product. Now when I return to the products page, I want to be in that same position where I left.

wobsoriano commented 3 years ago

If using nuxt https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-router#scrollbehavior

iamapake commented 2 years ago

thank you!