I want to use Vuetify (v1.0.18) to render some static navigation using v-tabs. The routing is done on the server side, so I need a way to set the active tab
As a workaround I made a wrapper component:
Use it with this:
Tab 1 Tab 2
Lots of code for a very basic task, but it works.