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
Set the v-model inside the mounted() callback of the component hosting the v-tabs
v-model
mounted()
v-tabs
First Second