vue-infinite-loading
vue-infinite-loading copied to clipboard
Keep the scroll position when returning to the page
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.
If using nuxt https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-router#scrollbehavior
thank you!