Tabs are not following url after page refresh
See original GitHub issueHey, problem is in https://github.com/vuetifyjs/vuetify/blob/master/src/components/tabs/Tabs.vue#L67
You should use this.index = this.index || 0
to check if tab index is already defined on init.
I can create PR
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Tab is not active after refresh page - jquery - Stack Overflow
I'm trying to show profile tab active after refreshing the page.But the tab is getting active before the page load and afterwards not...
Read more >How to Keep the Current Tab Active on Page Reload in ...
Answer: Use the HTML5 localStorage Object. In Bootstrap, if you refresh the page the tab is reset to default setting. However, you can...
Read more >chrome.tabs - Chrome Developers
The Tabs API can be used by the service worker and extension pages, but not ... Tab object does not contain url ,...
Read more >Fix "Aw, Snap!" page crashes and other page loading errors
Clear your cache and cookies · Tap More More and then Settings. · Tap Privacy and security and then Clear browsing data. ·...
Read more >When opening Edge with a link, first tab always needs ...
When opening Edge with a link, first tab always needs refreshed to view page. Hi I am running Windows 10 and Edge version...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you, I’ll work on a fix.
This is actually resolved in the upcoming patch. Will leave this open until that releases.