-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll Behaviour #108
Comments
I have done so and it's not working with router tab when I scroll a list then I navigate to other tab then return back to the. List it doesn't show from the last position |
Presumably the scroll element is not specified
Reference: |
I think this has all to do with how i define my tabs... with the :tabs attribute (default tabs); |
Is it the tab list or the content on the page that has the problem with scroll positioning? |
The list content within the tab |
Can you provide screenshots, screen recordings, or code to reproduce the problem? |
RouterTab does not save the scrolling position of the page, because the 'scrollbehavior' provided by vue-router implements this function. If the page data will be reloaded when the tab is activated, you may need to implement it yourself
|
@bhuh12 okay thanks for the info |
Doc: https://bhuh12.github.io/vue-router-tab/guide/custom/scroll.html This version provides component syntax hints for the Vetur extension, welcome to update and experience. Changelog: https://bhuh12.github.io/vue-router-tab/guide/changelog.html |
I have a list within the tab, i want to remember the position of the list as i navigate.... please help its urgent
Sorry i didn't see an option to submit a question
The text was updated successfully, but these errors were encountered: