I am using Vue Material Tabs https://vuematerial.github.io/#/components/tabs and I would like to know if there is a way to implement Vue Router with tabs.
Using named Views I can show a different router view in every tab but I want to know how to get a different route in every active tab.
Example: Click the Tab 1 has the route "/" Click the Tab 2 has the route "/user"
And in the browser if I go to the "/user" route I want it to show the Tab #2 activated with their route view and If I write the main route "/" I want it to show the Tab 1# with their content.
Thanks.