How to use tabs with Vue Router?
See original GitHub issueI’m trying to use the Tabs component together with the Vue router, but I can’t get it to work. Here is a fiddle of what I’m doing: http://jsfiddle.net/h4kpvk4v/2/
v-tab-content
doesn’t get ‘active’ and it throws this error: Uncaught TypeError: this.href.replace is not a function
Is this a bug or am I doing something wrong?
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
How to use Vuetify tabs with vue-router - Stack Overflow
I have the following jsfiddle that has two Vuetify tabs. The documentation doesn't show examples on using vue-router with them.
Read more >Vue Router Tab
Vue.js tab component, based on Vue Router. ... Easy to use. Import, set meta, and good to go. ... Take good advantage of...
Read more >Vuetify tabs working with Vue Router | by Mauro Perez - Medium
All you need to turn the <v-tabs-item> into a nav bar is to add the router prop. That's it. Essentially, that turns the...
Read more >vue-router-tab examples - CodeSandbox
Learn how to use vue-router-tab by viewing and forking vue-router-tab example apps on CodeSandbox.
Read more >vue-router-tab - npm
Vue.js tab components, based on Vue Router. Latest version: 1.2.11, last published: a year ago. Start using vue-router-tab in your project ...
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
That is something we are going to add in soon. It’s currently not tracking the route change and doesn’t actually move the slider.
Still doesnt highlight the proper tab on a page load / refresh.